diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-11 07:30:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-11 07:30:34 +0000 |
commit | 4229f977031f2b19ff5529176326a116d8209de2 (patch) | |
tree | 4601ff2791cac916e228c8693f323f37f36c506d /main/inkscape/APKBUILD | |
parent | f6aff84b29bcb73146cbf36636b2e72d991c0a02 (diff) | |
download | aports-4229f977031f2b19ff5529176326a116d8209de2.tar.bz2 aports-4229f977031f2b19ff5529176326a116d8209de2.tar.xz |
main/inkscape: build fix build against poppler-dev instead of poppler-gtk
poppler glib moved to poppler
Diffstat (limited to 'main/inkscape/APKBUILD')
-rw-r--r-- | main/inkscape/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/inkscape/APKBUILD b/main/inkscape/APKBUILD index cbe5ec20f7..a2a9d03131 100644 --- a/main/inkscape/APKBUILD +++ b/main/inkscape/APKBUILD @@ -7,7 +7,7 @@ url="http://inkscape.sourceforge.net/" arch="all" license="GPL LGPL" makedepends=" -poppler-gtk-dev +poppler-dev imagemagick-dev gtkspell-dev gc-dev |