aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-poppler
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-10-31 17:53:19 +0800
committerkwm <kwm@FreeBSD.org>2011-10-31 17:53:19 +0800
commite023fa413a2b5c92e3a25b68a938aafee6c8f0df (patch)
tree815ee3eb76f1fbeac96aba420506706d87f0dc44 /graphics/py-poppler
parentb76f21ecd341615f5c842d25b0e04db00f826db2 (diff)
downloadfreebsd-ports-gnome-e023fa413a2b5c92e3a25b68a938aafee6c8f0df.tar.gz
freebsd-ports-gnome-e023fa413a2b5c92e3a25b68a938aafee6c8f0df.tar.zst
freebsd-ports-gnome-e023fa413a2b5c92e3a25b68a938aafee6c8f0df.zip
Update poppler to 0.18.0.
The qt3 bindings are removed upstream. The glib library lost the last gdk-pixbuf code. And rename it from -gtk to -glib. Thanks to: pav for a exp-runs bapt for double checking the libreoffice ports
Diffstat (limited to 'graphics/py-poppler')
-rw-r--r--graphics/py-poppler/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-poppler/Makefile b/graphics/py-poppler/Makefile
index 46befd6689da..8993479cd6fe 100644
--- a/graphics/py-poppler/Makefile
+++ b/graphics/py-poppler/Makefile
@@ -7,7 +7,7 @@
PORTNAME= poppler
PORTVERSION= 0.10.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics python
MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ \
http://launchpadlibrarian.net/30270080/ \
@@ -18,7 +18,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= romain@FreeBSD.org
COMMENT= Python bindings for the Poppler PDF rendering library
-LIB_DEPENDS= poppler-glib.6:${PORTSDIR}/graphics/poppler-gtk
+LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib
USE_PYTHON= yes
GNU_CONFIGURE= yes