diff options
author | abs <abs@pkgsrc.org> | 2007-01-10 10:00:47 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-01-10 10:00:47 +0000 |
commit | dd2565be8cf0dd9df5e974ff76b01c0eb9c903e6 (patch) | |
tree | 14e239aa615bb52600df540bb72f4e35655e8d9b | |
parent | 648f8b45cdc9d5f71f6fcbf0a8ef42a13b0f88cb (diff) | |
download | pkgsrc-dd2565be8cf0dd9df5e974ff76b01c0eb9c903e6.tar.gz |
fix build with modular X11
-rw-r--r-- | graphics/ImageMagick/options.mk | 4 | ||||
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 4 |
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" |