summaryrefslogtreecommitdiff
path: root/graphics/py-poppler-qt4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-poppler-qt4/Makefile')
-rw-r--r--graphics/py-poppler-qt4/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/py-poppler-qt4/Makefile b/graphics/py-poppler-qt4/Makefile
index 0a79afcd0f55..c667656e72c7 100644
--- a/graphics/py-poppler-qt4/Makefile
+++ b/graphics/py-poppler-qt4/Makefile
@@ -2,7 +2,7 @@
PORTNAME= poppler-qt4
PORTVERSION= 0.16.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics python
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= python-poppler-qt4
@@ -18,14 +18,17 @@ LICENSE_COMB= dual
BUILD_DEPENDS= sip:${PORTSDIR}/devel/py-sip \
${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \
${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:${PORTSDIR}/textproc/py-qt4-xml
-LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4
+LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \
${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:${PORTSDIR}/textproc/py-qt4-xml
+BROKEN= Doesn't build with current poppler API
+
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
PYDISTUTILS_PKGNAME= python_poppler_qt4
+CFLAGS+= -I${LOCALBASE}/include
NO_STAGE= yes
.include <bsd.port.mk>