diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
commit | 402899809af063240e564f105ec22423fefbea61 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /graphics/p5-PerlMagick/Makefile | |
parent | 4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff) | |
download | pkgsrc-402899809af063240e564f105ec22423fefbea61.tar.gz |
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'graphics/p5-PerlMagick/Makefile')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 3529c226ab3..7ced38e7948 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/08/14 19:31:29 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:35 hubertf Exp $ DISTNAME= ImageMagick-5.2.2 PKGNAME= p5-PerlMagick-5.2.2 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.wizards.dupont.com/cristy/ImageMagick.html DEPENDS+= ImageMagick-5.2.2:../../${MAGICK} +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL + MAGICK= graphics/ImageMagick MAGICKDIR= ${PKGSRCDIR}/${MAGICK} PATCHDIR= ${MAGICKDIR}/patches @@ -23,7 +25,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/PerlMagick #EXTRACT_AFTER_ARGS+= ${WRKSRC} -MIRROR_DISTFILE= no USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig USE_PERL5= yes |