diff options
author | drochner <drochner@pkgsrc.org> | 2011-07-11 18:43:03 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-07-11 18:43:03 +0000 |
commit | 5f1600b070a656e0214ba9934e3c2f2f365eb909 (patch) | |
tree | af34e46bfad5f0a0148a6d6d36a98d366cffde6d /print/poppler-qt | |
parent | 863986a8e0686041a22e2b6de34319f65e0dbc54 (diff) | |
download | pkgsrc-5f1600b070a656e0214ba9934e3c2f2f365eb909.tar.gz |
include ".../poppler/bl3" before PKG_BUILD_OPTIONS.poppler is checked
for -- this doesn't make a difference in my box (current, modular xorg)
but Matthias Scheler reported problems on his and that this change helps
Diffstat (limited to 'print/poppler-qt')
-rw-r--r-- | print/poppler-qt/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/print/poppler-qt/Makefile b/print/poppler-qt/Makefile index 2d68e1c9f46..16587161b3e 100644 --- a/print/poppler-qt/Makefile +++ b/print/poppler-qt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2011/07/11 10:05:22 drochner Exp $ +# $NetBSD: Makefile,v 1.31 2011/07/11 18:43:03 drochner Exp $ # .include "../../print/poppler/Makefile.common" @@ -14,6 +14,10 @@ CONFIGURE_ARGS+= --disable-splash-output CONFIGURE_ARGS+= --enable-poppler-qt CONFIGURE_ARGS+= --disable-gtk-test CONFIGURE_ARGS+= --disable-utils + +BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS} +.include "../../print/poppler/buildlink3.mk" + .if !empty(PKG_BUILD_OPTIONS.poppler:Mpoppler-cms) CONFIGURE_ARGS+= --enable-cms .else @@ -29,8 +33,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/poppler-qt.pc \ ${DESTDIR}${PREFIX}/lib/pkgconfig -BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS} -.include "../../print/poppler/buildlink3.mk" .include "../../x11/qt3-libs/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |