diff options
author | obache <obache@pkgsrc.org> | 2009-07-26 03:02:27 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-07-26 03:02:27 +0000 |
commit | 8cc606dfa5cb79ae9ad9062091a5e6d7f51cb6a7 (patch) | |
tree | 19137e4f731ce7626fcbc5d63dfa5b5ec1b23d4e /graphics/p5-PerlMagick | |
parent | 21f9c3a44ece6f25d7c6ce136b667e0d341909e5 (diff) | |
download | pkgsrc-8cc606dfa5cb79ae9ad9062091a5e6d7f51cb6a7.tar.gz |
No need to buildlink x11 here, ImageMagick/buildlink3.mk handle it.
Let to allow build with x11-less.
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 49bfcb28396..6ea1249e468 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2008/10/28 10:42:02 adam Exp $ +# $NetBSD: Makefile,v 1.62 2009/07/26 03:02:27 obache Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -32,6 +32,5 @@ post-configure: perl5-configure BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=${DISTVERSION} .include "../../graphics/ImageMagick/buildlink3.mk" -.include "../../x11/libX11/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |