diff options
Diffstat (limited to 'main/atk/APKBUILD')
-rw-r--r-- | main/atk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/atk/APKBUILD b/main/atk/APKBUILD index c61c784b81..c8c5203090 100644 --- a/main/atk/APKBUILD +++ b/main/atk/APKBUILD @@ -8,7 +8,7 @@ arch="all" license="LGPL" subpackages="$pkgname-dev $pkgname-doc" depends= -makedepends="glib-dev gobject-introspection" +makedepends="glib-dev gobject-introspection-dev" source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" depends_dev="glib-dev" |