diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-13 14:17:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-13 14:17:03 +0000 |
commit | aff34a0e88be37b96d1a8ceb00470e26b48e9be7 (patch) | |
tree | 29a27cd28acf79eb389f53f76ad371acc34fb240 /graphics/cinepaint | |
parent | 09b6362c0a3c892e94dfc944a70cc088b5c647a4 (diff) | |
download | pkgsrc-aff34a0e88be37b96d1a8ceb00470e26b48e9be7.tar.gz |
Needs libXpm, otherwise the icc_examine plugin will not be configured.
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 d8ca3df0215..3abfb90811b 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/11/10 19:04:45 adam Exp $ +# $NetBSD: Makefile,v 1.22 2009/02/13 14:17:03 joerg Exp $ DISTNAME= cinepaint-0.22-1 PKGNAME= cinepaint-0.22.1 @@ -28,6 +28,7 @@ BUILDLINK_API_DEPENDS.lcms+= lcms>=1.13 # needs _cmsLCMScolorSpace .include "../../graphics/tiff/buildlink3.mk" .include "../../x11/fltk/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |