diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-12-20 18:49:37 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-12-20 18:49:37 +0000 |
commit | 8281886d92a78c06f018334179d44b724e96dc2a (patch) | |
tree | c5eb59e7025a194360bbfd23a6f1a34329bd4773 /fonts | |
parent | 349ffb4e59cc75f5048ecdd7094de934b3c1b246 (diff) | |
download | pkgsrc-8281886d92a78c06f018334179d44b724e96dc2a.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/Makefile | 6 |
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 |