summaryrefslogtreecommitdiffstats
path: root/main/gtksourceview
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-02-27 13:31:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-02-27 13:31:39 +0000
commitc806be8ffc9ac5e54810b8638445c79e6665e243 (patch)
tree07b3c1e9306297b5335a4aa0db4113b068213406 /main/gtksourceview
parentdaeed0c446ee26a50db0d7a94989d1066708e3dc (diff)
downloadaports-c806be8ffc9ac5e54810b8638445c79e6665e243.tar.bz2
aports-c806be8ffc9ac5e54810b8638445c79e6665e243.tar.xz
main/gtksourceview: -dev package needs libxml2-dev
Diffstat (limited to 'main/gtksourceview')
-rw-r--r--main/gtksourceview/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/gtksourceview/APKBUILD b/main/gtksourceview/APKBUILD
index 1e59e14e9..e31247d15 100644
--- a/main/gtksourceview/APKBUILD
+++ b/main/gtksourceview/APKBUILD
@@ -1,13 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gtksourceview
pkgver=2.10.4
-pkgrel=1
+pkgrel=2
pkgdesc="A text widget adding syntax highlighting and more to GNOME"
url="http://live.gnome.org/GtkSourceView"
arch="all"
license="GPL"
depends=
-makedepends="gtk+-dev intltool libxml2-dev gobject-introspection"
+depends_dev="gtk+-dev libxml2-dev"
+makedepends="$depends_dev gobject-introspection"
subpackages="$pkgname-dev $pkgname-doc"
source="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.bz2"