summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-12-20 18:49:37 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-12-20 18:49:37 +0000
commit48b939b96d4ebd08986227c0cc3e4b7bf9902481 (patch)
treec5eb59e7025a194360bbfd23a6f1a34329bd4773 /fonts
parent984293904c901589717d7efc3239dbd1db998eeb (diff)
downloadpkgsrc-48b939b96d4ebd08986227c0cc3e4b7bf9902481.tar.gz
Make sure we have defined GNU_CONFIGURE and USE_LIBTOOL before including
bsd.prefs.mk, otherwise the check for _OPSYS_MAX_CMDLEN is skipped.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontconfig/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile
index 14f01872ef6..66d4442a1ae 100644
--- a/fonts/fontconfig/Makefile
+++ b/fonts/fontconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2004/10/03 00:14:42 tv Exp $
+# $NetBSD: Makefile,v 1.35 2004/12/20 18:49:37 xtraeme Exp $
#
DISTNAME= fontconfig-2.2.96
@@ -16,8 +16,6 @@ BUILDLINK_DEPENDS.freetype2+= freetype2>=2.0.9
PKG_INSTALLATION_TYPES= overwrite pkgviews
-.include "../../mk/bsd.prefs.mk"
-
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
@@ -36,6 +34,8 @@ CONFIGURE_ARGS+= --with-confdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-x
CONFIGURE_ARGS+= --enable-docs
+.include "../../mk/bsd.prefs.mk"
+
FONT_PATH= ${X11PREFIX}/lib/X11/fonts/TTF,${X11PREFIX}/lib/X11/fonts/Type1
.if ${X11PREFIX} != ${X11BASE}
FONT_PATH2= ,${X11BASE}/lib/X11/fonts,${X11BASE}/lib/X11/fonts/TTF,${X11BASE}/lib/X11/fonts/Type1