diff options
author | tron <tron> | 2008-01-05 16:58:00 +0000 |
---|---|---|
committer | tron <tron> | 2008-01-05 16:58:00 +0000 |
commit | 679bb7750db605667e79b5ad064241ca14f60d8f (patch) | |
tree | 4068948c337ff8a9bb82de5e52da8c6722e05dce /graphics | |
parent | 32857a7b9cec863e3d8be8669f4ef868b28fc51b (diff) | |
download | pkgsrc-679bb7750db605667e79b5ad064241ca14f60d8f.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')
-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 |