From bcd8d838ca6f0ed309d1b02aa34168ba9a93540f Mon Sep 17 00:00:00 2001 From: jmmv Date: Fri, 31 Mar 2006 20:37:37 +0000 Subject: 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. --- print/poppler-qt/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'print/poppler-qt') 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" -- cgit v1.2.3