diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-02 12:49:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-02 12:49:48 +0000 |
commit | dfb46d424be5efc8898c5cfb55dc4fce7bc8587f (patch) | |
tree | 05b2d0e657cb02b298e44bba344801be24f0bc3e /graphics/p5-PerlMagick/Makefile | |
parent | d679b9ad305654d329f445255e4ed370dd929c51 (diff) | |
download | pkgsrc-dfb46d424be5efc8898c5cfb55dc4fce7bc8587f.tar.gz |
More pkglint friendly.
Diffstat (limited to 'graphics/p5-PerlMagick/Makefile')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index d9f74b1e2d8..b1a0cc853bb 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/03/14 00:44:48 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2002/07/02 12:49:48 wiz Exp $ DISTNAME= ImageMagick-5.3.9 PKGNAME= p5-PerlMagick-5.3.9 @@ -13,16 +13,14 @@ HOMEPAGE= http://www.simplesystems.org/ImageMagick/ COMMENT= Object-oriented Perl interface to ImageMagick # restore following line on next update -#DEPENDS+= ${DISTNAME}:../../${MAGICK} -DEPENDS+= ImageMagick-5.3.9nb1:../../${MAGICK} +#DEPENDS+= ${DISTNAME}:../../graphics/ImageMagick +DEPENDS+= ImageMagick-5.3.9nb1:../../graphics/ImageMagick NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -MAGICK= graphics/ImageMagick -MAGICKDIR= ${_PKGSRCDIR}/${MAGICK} -DISTINFO_FILE= ${MAGICKDIR}/distinfo -FILESDIR= ${MAGICKDIR}/files -PATCHDIR= ${MAGICKDIR}/patches +DISTINFO_FILE= ../../graphics/ImageMagick/distinfo +FILESDIR= ../../graphics/ImageMagick/files +PATCHDIR= ../../graphics/ImageMagick/patches USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |