summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-13 14:17:03 +0000
committerjoerg <joerg>2009-02-13 14:17:03 +0000
commit1bf5cdec011e25daaa0cdc7d12cb0ce00abd1d26 (patch)
tree29a27cd28acf79eb389f53f76ad371acc34fb240
parent1542c11dccd6b5b4691bd7f9bbb1e8af7c4c0d2e (diff)
downloadpkgsrc-1bf5cdec011e25daaa0cdc7d12cb0ce00abd1d26.tar.gz
Needs libXpm, otherwise the icc_examine plugin will not be configured.
-rw-r--r--graphics/cinepaint/Makefile3
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"