diff options
author | wiz <wiz> | 2002-11-13 19:29:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-11-13 19:29:59 +0000 |
commit | 20594c4307a039bf9bbd4446ba06d2996dacd4e3 (patch) | |
tree | 3709556ed7fa4b3c5886aaa85c42e8ace8cea027 /graphics | |
parent | 6aa72603aca93fe80b385c0f296774cc52f63091 (diff) | |
download | pkgsrc-20594c4307a039bf9bbd4446ba06d2996dacd4e3.tar.gz |
Depend on latest ImageMagick.
Does not seem to really need bash to compile, so remove that clause.
Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index d002eeedba6..2583c190fd7 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2002/11/13 14:00:45 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2002/11/13 19:29:59 wiz Exp $ DISTNAME= ImageMagick-5.5.1-6 PKGNAME= p5-PerlMagick-5.5.1.6 +PKGREVISION= 1 SVR4_PKGNAME= p5pma CATEGORIES= graphics MASTER_SITES= ftp://ftp.nluug.nl/pub/ImageMagick/ \ @@ -13,7 +14,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.simplesystems.org/ImageMagick/ COMMENT= Object-oriented Perl interface to ImageMagick -DEPENDS+= ${DISTNAME:S/-6/.6/}:../../graphics/ImageMagick +DEPENDS+= ${DISTNAME:S/-6/.6/}nb1:../../graphics/ImageMagick DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo FILESDIR= ${.CURDIR}/../../graphics/ImageMagick/files @@ -40,14 +41,6 @@ CONFIGURE_ARGS+= --with-perl=${PERL5} \ --without-hdf --without-jbig --without-threads \ --without-ttf --without-xml -.include "../../mk/bsd.prefs.mk" - -.if (${OPSYS} == NetBSD) -BUILD_DEPENDS+= bash>=2.0:../../shells/bash2 - -CONFIGURE_SCRIPT= ${LOCALBASE}/bin/bash ./configure -.endif - post-configure: perl5-configure .include "../../lang/perl5/module.mk" |