diff options
author | tron <tron@pkgsrc.org> | 2001-02-04 00:34:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-04 00:34:13 +0000 |
commit | 38f84c2944edd4b73c91eb28a12cb50d932963a0 (patch) | |
tree | d91b90dda0c18c824053f706e8e396c5bdf0417f /graphics/p5-PerlMagick | |
parent | 9669e404886e8747f03f73558a2b18781ce756d5 (diff) | |
download | pkgsrc-38f84c2944edd4b73c91eb28a12cb50d932963a0.tar.gz |
Synchronize "p5-PerlMagick" package with "ImageMagick" package by
updating it to version 5.2.8.
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 7ed314aa21c..32d401ff01c 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,23 +1,22 @@ -# $NetBSD: Makefile,v 1.6 2000/08/27 07:11:13 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/04 00:34:13 tron Exp $ -DISTNAME= ImageMagick-5.2.2 -PKGNAME= p5-PerlMagick-5.2.2 +DISTNAME= ImageMagick-5.2.8 +PKGNAME= p5-PerlMagick-5.2.8 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.wizards.dupont.com/cristy/ImageMagick.html +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.simplesystems.org/ImageMagick/ -DEPENDS+= ImageMagick-5.2.2:../../${MAGICK} +DEPENDS+= ${DISTNAME}:../../${MAGICK} NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL MAGICK= graphics/ImageMagick MAGICKDIR= ${PKGSRCDIR}/${MAGICK} +FILESDIR= ${MAGICKDIR}/files PATCHDIR= ${MAGICKDIR}/patches -PATCH_SUM_FILE= ${MAGICKDIR}/files/patch-sum -MD5_FILE= ${MAGICKDIR}/files/md5 .if !(make(do-configure) || make(do-patch)) WRKSRC= ${WRKDIR}/${DISTNAME}/PerlMagick @@ -25,13 +24,14 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/PerlMagick #EXTRACT_AFTER_ARGS+= ${WRKSRC} -USE_LIBTOOL= # defined +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -USE_PERL5= # defined +USE_PERL5= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Image/Magick/.packlist -GNU_CONFIGURE= yes +GNU_CONFIGURE= YES +USE_X11= YES # These need to coordinate with the ImageMagick package. # Just leave out "--without-perl". |