summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs>2008-06-03 20:30:27 +0000
committerabs <abs>2008-06-03 20:30:27 +0000
commitbdecf77c2392f4ea268d5cca562054fefdb947c6 (patch)
treed2d663041d17af7e1e644921fa3cd7728db2b2ec
parent22170ebebc115c539cd52baa33db587071ff8a3f (diff)
downloadpkgsrc-bdecf77c2392f4ea268d5cca562054fefdb947c6.tar.gz
Set BUILDLINK_DEPMETHOD.qt4-tools?=full, bump PKGREVISION, pkglint
-rw-r--r--print/poppler-qt4/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/print/poppler-qt4/Makefile b/print/poppler-qt4/Makefile
index 69a2d5a9c6f..05349194c52 100644
--- a/print/poppler-qt4/Makefile
+++ b/print/poppler-qt4/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/12/12 01:29:22 markd Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/03 20:30:27 abs Exp $
#
.include "../../print/poppler/Makefile.common"
PKGNAME= poppler-qt4-${POPPLER_VERS}
+PKGREVISION= 1
COMMENT= PDF rendering library (QT4 wrapper)
@@ -18,12 +19,14 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-qt4.pc.in
INSTALLATION_DIRS+= lib include/poppler lib/pkgconfig
-BUILD_DIRS= ${WRKSRC}/qt4/src
+BUILD_DIRS= qt4/src
post-install:
${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc ${DESTDIR}${PREFIX}/lib/pkgconfig
-BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}
+BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}
+BUILDLINK_DEPMETHOD.qt4-tools?= full
+
.include "../../print/poppler/buildlink3.mk"
.include "../../x11/qt4-libs/buildlink3.mk"
.include "../../x11/qt4-tools/buildlink3.mk"