diff options
Diffstat (limited to 'print/poppler-qt4/Makefile')
-rw-r--r-- | print/poppler-qt4/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/poppler-qt4/Makefile b/print/poppler-qt4/Makefile index 2ba7d609ca2..7033932fe97 100644 --- a/print/poppler-qt4/Makefile +++ b/print/poppler-qt4/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2008/06/05 21:04:20 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2008/10/30 11:33:06 markd Exp $ # .include "../../print/poppler/Makefile.common" PKGNAME= poppler-qt4-${POPPLER_VERS} +PKGREVISION= 1 COMMENT= PDF rendering library (QT4 wrapper) GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-cairo-output -CONFIGURE_ARGS+= --disable-splash-output CONFIGURE_ARGS+= --enable-poppler-qt4 CONFIGURE_ARGS+= --disable-gtk-test CONFIGURE_ARGS+= --disable-utils @@ -20,6 +20,9 @@ INSTALLATION_DIRS+= lib include/poppler lib/pkgconfig BUILD_DIRS= qt4/src +pre-build: + (cd ${WRKSRC}/poppler; ${MAKE} libpoppler-arthur.la) + post-install: ${INSTALL_DATA} ${WRKSRC}/poppler-qt4.pc ${DESTDIR}${PREFIX}/lib/pkgconfig |