summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorabs <abs>2007-01-10 10:00:47 +0000
committerabs <abs>2007-01-10 10:00:47 +0000
commit3735e0c6707c720855d11e643870c63b5b45650f (patch)
tree14e239aa615bb52600df540bb72f4e35655e8d9b /graphics
parentc575de2e7f5bc373666ccb9c0cfb8fd84c8460f6 (diff)
downloadpkgsrc-3735e0c6707c720855d11e643870c63b5b45650f.tar.gz
fix build with modular X11
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/options.mk4
-rw-r--r--graphics/p5-PerlMagick/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ImageMagick/options.mk b/graphics/ImageMagick/options.mk
index 3b184bb585e..b6b4470845b 100644
--- a/graphics/ImageMagick/options.mk
+++ b/graphics/ImageMagick/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2006/05/22 11:30:19 adam Exp $
+# $NetBSD: options.mk,v 1.8 2007/01/10 10:00:47 abs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ImageMagick
PKG_SUPPORTED_OPTIONS= x11
@@ -11,7 +11,7 @@ BUILDLINK_API_DEPENDS.jasper+= jasper>=1.701.0
DEPENDS+= mpeg2codec>=1.2:../../graphics/mpeg2codec
.include "../../graphics/jasper/buildlink3.mk"
.include "../../graphics/libwmf/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-x
.endif
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile
index 3e5bc43e836..a09faaabf80 100644
--- a/graphics/p5-PerlMagick/Makefile
+++ b/graphics/p5-PerlMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2006/08/15 12:21:21 abs Exp $
+# $NetBSD: Makefile,v 1.56 2007/01/10 10:04:17 abs Exp $
.include "../../graphics/ImageMagick/Makefile.common"
@@ -30,6 +30,6 @@ post-configure: perl5-configure
BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=${DISTVERSION}
.include "../../graphics/ImageMagick/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"