diff options
author | reed <reed> | 2005-02-26 00:34:55 +0000 |
---|---|---|
committer | reed <reed> | 2005-02-26 00:34:55 +0000 |
commit | d6d7cb8a5c17ef3a901f88bba6c7e93f64158391 (patch) | |
tree | de4f0fd98795051ab2e66f36d9042f8122221bcb /graphics/cinepaint | |
parent | 22e56689fa6fe6704299086abe2c46dc055a4874 (diff) | |
download | pkgsrc-d6d7cb8a5c17ef3a901f88bba6c7e93f64158391.tar.gz |
Add BUILDLINK_DEPENDS.lcms+=lcms>=1.13 because this needs
_cmsLCMScolorSpace. (PKGREVISION not bumped because could not be
packaged in the first place if older lcms was used.)
Diffstat (limited to 'graphics/cinepaint')
-rw-r--r-- | graphics/cinepaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 0f09efb2631..1151fe5221f 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/02/26 00:28:01 reed Exp $ +# $NetBSD: Makefile,v 1.5 2005/02/26 00:34:55 reed Exp $ DISTNAME= cinepaint-0.19-0 PKGNAME= cinepaint-0.19.0 @@ -15,6 +15,7 @@ USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes +BUILDLINK_DEPENDS.lcms+= lcms>=1.13 # needs _cmsLCMScolorSpace .include "../../graphics/lcms/buildlink3.mk" .include "../../graphics/openexr/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |