diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-12-27 16:54:21 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-12-27 16:54:21 +0000 |
commit | 2a51b2182ad0b57bacbb854e03d7ee3be79c35b4 (patch) | |
tree | a20cf547b992a276c5803b968785a611ab644e11 /graphics/py-poppler/Makefile | |
parent | 709b7cca5bde6f8fa51dcf43116c1ca180777df0 (diff) |
Notes
Diffstat (limited to 'graphics/py-poppler/Makefile')
-rw-r--r-- | graphics/py-poppler/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-poppler/Makefile b/graphics/py-poppler/Makefile index 7891414111cc..fb6b61cd7f19 100644 --- a/graphics/py-poppler/Makefile +++ b/graphics/py-poppler/Makefile @@ -3,6 +3,7 @@ PORTNAME= poppler PORTVERSION= 0.12.1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= https://launchpad.net/poppler-python/trunk/development/+download/ \ http://launchpadlibrarian.net/30270080/ \ @@ -13,7 +14,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= romain@FreeBSD.org COMMENT= Python bindings for the Poppler PDF rendering library -LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib USE_PYTHON= yes GNU_CONFIGURE= yes |