summaryrefslogtreecommitdiff
path: root/print/poppler-utils
diff options
context:
space:
mode:
authordrochner <drochner>2011-07-11 18:43:03 +0000
committerdrochner <drochner>2011-07-11 18:43:03 +0000
commit9722747ac31a88bbf1d76c774c1fdfab3974c4d6 (patch)
treeaf34e46bfad5f0a0148a6d6d36a98d366cffde6d /print/poppler-utils
parentf19e0492236df71291fc98ce7161463cb0a90f43 (diff)
downloadpkgsrc-9722747ac31a88bbf1d76c774c1fdfab3974c4d6.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-utils')
-rw-r--r--print/poppler-utils/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/print/poppler-utils/Makefile b/print/poppler-utils/Makefile
index 3e61a407f93..78e15cca385 100644
--- a/print/poppler-utils/Makefile
+++ b/print/poppler-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2011/07/11 10:05:23 drochner Exp $
+# $NetBSD: Makefile,v 1.23 2011/07/11 18:43:03 drochner Exp $
#
.include "../../print/poppler/Makefile.common"
@@ -27,6 +27,10 @@ CONFIGURE_ARGS+= --disable-gtk-test
CONFIGURE_ARGS+= --disable-poppler-glib
# Enable build and install of the tools
CONFIGURE_ARGS+= --enable-utils # the default
+
+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
@@ -35,9 +39,6 @@ CONFIGURE_ARGS+= --disable-cms
BUILD_DIRS= utils # implies INSTALL_DIRS too
-BUILDLINK_API_DEPENDS.poppler+= poppler>=${POPPLER_VERS}
-.include "../../print/poppler/buildlink3.mk"
-
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MNetBSD-[12].*)