diff options
author | tron <tron@pkgsrc.org> | 2008-01-05 16:58:00 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-01-05 16:58:00 +0000 |
commit | 34119c0d3f4905769a970b91e01b36c586e9e1c0 (patch) | |
tree | 4068948c337ff8a9bb82de5e52da8c6722e05dce /graphics/gimp | |
parent | e35a7965537fe7b8904f593cc61cc989c388f790 (diff) | |
download | pkgsrc-34119c0d3f4905769a970b91e01b36c586e9e1c0.tar.gz |
Don't set "USE_BUILTIN.fontconfig" to "no". The "builtin.mk" contains
a proper version check and X.org includes a recent enough version
of the library.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index f7b17eed8ca..e95337ffb94 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.170 2007/12/17 19:07:11 adam Exp $ +# $NetBSD: Makefile,v 1.171 2008/01/05 16:58:00 tron Exp $ DISTNAME= gimp-2.4.3 CATEGORIES= graphics @@ -30,7 +30,6 @@ PKGCONFIG_OVERRIDE= gimp.pc.in .include "../../mk/bsd.prefs.mk" -USE_BUILTIN.fontconfig= no BUILDLINK_API_DEPENDS.fontconfig+= fontconfig>=2.2.0 BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12 |