summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg>2009-12-09 12:40:10 +0000
committerjoerg <joerg>2009-12-09 12:40:10 +0000
commit191951b5f45d54f6880712bc287c1f8e0f82e209 (patch)
tree35dde5b2ca59487e16ba68392ff0e65157508dec /graphics
parenta07c7795f106c9951d25d65dd4da019139ed94b2 (diff)
downloadpkgsrc-191951b5f45d54f6880712bc287c1f8e0f82e209.tar.gz
Pass configure check for ImageMagick, still fails to build.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pixieplus/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile
index 3722b604122..8f6d1b4ac04 100644
--- a/graphics/pixieplus/Makefile
+++ b/graphics/pixieplus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2009/08/26 21:20:13 sno Exp $
+# $NetBSD: Makefile,v 1.37 2009/12/09 12:40:10 joerg Exp $
#
DISTNAME= pixieplus-0.5.4
@@ -17,6 +17,10 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
+.include "../../mk/bsd.prefs.mk"
+
+CPPFLAGS+= -I${BUILDLINK_PREFIX.ImageMagick}/include/ImageMagick
+
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"