diff options
author | xtraeme <xtraeme> | 2004-04-10 06:42:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-10 06:42:49 +0000 |
commit | 8f471d924e1fe7ae71f785b71e40681983329a65 (patch) | |
tree | 72c0159b5ac51eb121a10c6e9c01107b81857ca8 | |
parent | e18001cb992ca75e50b3ddadfef80cc4368d8808 (diff) | |
download | pkgsrc-8f471d924e1fe7ae71f785b71e40681983329a65.tar.gz |
There isn't any XFree86 version that comes with fontconfig>=2.2.0, so
don't check for fontconfig's builtin via USE_BUILTIN.fontconfig=no.
-rw-r--r-- | graphics/gimp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 7eb54cd20ad..6bc03b81940 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2004/04/05 22:09:54 jmmv Exp $ +# $NetBSD: Makefile,v 1.92 2004/04/10 06:42:49 xtraeme Exp $ # DISTNAME= gimp-2.0.0 @@ -31,6 +31,7 @@ PKGCONFIG_OVERRIDE+= gimpui-2.0.pc.in .include "../../mk/bsd.prefs.mk" +USE_BUILTIN.fontconfig= no BUILDLINK_DEPENDS.fontconfig+= fontconfig>=2.2.0 GNU_CONFIGURE= yes |