summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-12-13 13:58:12 +0000
committerwiz <wiz@pkgsrc.org>2016-12-13 13:58:12 +0000
commit9fb6af1100576583608f94c16aca2b80c93a2d1f (patch)
treec57afd49aeeae20814fec75ac5472cd6f78ebbab /graphics
parent5deaf9c1807a9bb6aeefceaddfdf0b18eb9cc7f6 (diff)
downloadpkgsrc-9fb6af1100576583608f94c16aca2b80c93a2d1f.tar.gz
Fix build, and a pkglint warning.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-PerlMagick/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile
index 33e00a83596..8cdf3275b3f 100644
--- a/graphics/p5-PerlMagick/Makefile
+++ b/graphics/p5-PerlMagick/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.118 2016/06/12 09:44:29 leot Exp $
+# $NetBSD: Makefile,v 1.119 2016/12/13 13:58:12 wiz Exp $
.include "../../graphics/ImageMagick/Makefile.common"
@@ -9,7 +9,7 @@ HOMEPAGE= http://www.simplesystems.org/ImageMagick/www/perl-magick.html
COMMENT= Object-oriented Perl interface to ImageMagick
DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo
-PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches
+#PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches
# Some configure_args come from Makefile.common
CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
@@ -20,7 +20,6 @@ PERL5_PACKLIST= auto/Image/Magick/.packlist
BUILD_DIRS= ${PERL5_CONFIGURE_DIRS}
pre-configure:
- ${RM} ${WRKSRC}/PerlMagick/Magick.pm
${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.pm ${WRKSRC}/PerlMagick/quantum/Q16HDRI.pm
${LN} -sf ${WRKSRC}/PerlMagick/quantum/quantum.xs ${WRKSRC}/PerlMagick/quantum/Q16HDRI.xs