summaryrefslogtreecommitdiff
path: root/print/poppler-qt
diff options
context:
space:
mode:
authorjmmv <jmmv>2006-03-31 20:37:37 +0000
committerjmmv <jmmv>2006-03-31 20:37:37 +0000
commit655c3a8e38d738955c9d452b9d1a563c2b6b692e (patch)
tree5f477d1110968677b67189b6a5cedeed96abfe7a /print/poppler-qt
parent46a5f8c5d07b8a3c3ca0b9bd3f485eaa3942dbd4 (diff)
downloadpkgsrc-655c3a8e38d738955c9d452b9d1a563c2b6b692e.tar.gz
Create the include/poppler directory from the base poppler package so that
poppler-qt can install its headers properly. Found by tron@. This also helps in removing this shared directory (used in poppler-qt and poppler-glib) from a single place. Bump PKGREVISION of the three packages to 1.
Diffstat (limited to 'print/poppler-qt')
-rw-r--r--print/poppler-qt/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/poppler-qt/Makefile b/print/poppler-qt/Makefile
index 9bab3973612..e1bcd03a83b 100644
--- a/print/poppler-qt/Makefile
+++ b/print/poppler-qt/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2006/03/30 21:30:25 jmmv Exp $
+# $NetBSD: Makefile,v 1.9 2006/03/31 20:37:37 jmmv Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-qt-${POPPLER_VERS}
+PKGREVISION= 1
+
COMMENT= PDF rendering library (QT wrapper)
PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt.pc.in
@@ -27,7 +29,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/qt/poppler-qt.h ${PREFIX}/include/poppler
${INSTALL_DATA} ${WRKSRC}/poppler-qt.pc ${PREFIX}/lib/pkgconfig
-BUILDLINK_DEPENDS.poppler+= poppler>=${POPPLER_VERS}
+BUILDLINK_DEPENDS.poppler+= poppler>=${POPPLER_VERS}nb1
.include "../../print/poppler/buildlink3.mk"
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"