diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-10 06:42:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-10 06:42:49 +0000 |
commit | 72688e1abcda38790b83153f3a9e538f2f889465 (patch) | |
tree | 72c0159b5ac51eb121a10c6e9c01107b81857ca8 /graphics/gimp | |
parent | c61c75d2143760d1a3ed90be07d1ba2b392586f0 (diff) | |
download | pkgsrc-72688e1abcda38790b83153f3a9e538f2f889465.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.
Diffstat (limited to 'graphics/gimp')
-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 |