From 9722747ac31a88bbf1d76c774c1fdfab3974c4d6 Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 11 Jul 2011 18:43:03 +0000 Subject: 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 --- print/poppler-utils/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'print/poppler-utils') 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].*) -- cgit v1.2.3