diff options
author | reed <reed> | 2004-05-27 01:09:36 +0000 |
---|---|---|
committer | reed <reed> | 2004-05-27 01:09:36 +0000 |
commit | 729ebf533aa8864ebb3d4ce4fbf2efc104888254 (patch) | |
tree | 0af95e6d79067683516adcb547aa7b66e579a46d /graphics/gimp | |
parent | 09600266f2530cd7677f6e785353d1977b815d08 (diff) | |
download | pkgsrc-729ebf533aa8864ebb3d4ce4fbf2efc104888254.tar.gz |
gimp needs cmsCreate_sRGBProfile to provide the
libcdisplay_proof library.
So require lcms>=1.12.
(wiz@ suggested that this should just be done for gimp
and this was okayed by maintainer, adam@.)
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index b3dce12d1d9..6eb0592cf6c 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.98 2004/05/03 06:46:01 adam Exp $ +# $NetBSD: Makefile,v 1.99 2004/05/27 01:09:36 reed Exp $ # DISTNAME= gimp-2.0.1 @@ -35,6 +35,8 @@ PKGCONFIG_OVERRIDE+= gimpui-2.0.pc.in USE_BUILTIN.fontconfig= no BUILDLINK_DEPENDS.fontconfig+= fontconfig>=2.2.0 +BUILDLINK_DEPENDS.lcms+= lcms>=1.12 + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-perl #CONFIGURE_ARGS+= --disable-print |