aboutsummaryrefslogtreecommitdiff
path: root/www/WebMagick
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-11-26 13:08:24 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-11-26 13:08:24 +0000
commiteee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch)
tree0d350fe6ad6a2fe3222d838f3c72856c78cd449f /www/WebMagick
parent3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff)
Notes
Diffstat (limited to 'www/WebMagick')
-rw-r--r--www/WebMagick/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index c3dc24e952fd..018ef6475a68 100644
--- a/www/WebMagick/Makefile
+++ b/www/WebMagick/Makefile
@@ -3,7 +3,9 @@
PORTNAME= WebMagick
PORTVERSION= 2.03p25
+PORTREVISION= 1
DISTVERSION= 2.03pre25
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www graphics
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}-beta/${DISTVERSION}
@@ -41,7 +43,7 @@ X11_CONFIGURE_ENV_OFF= with_x=no
.include <bsd.port.pre.mk>
pre-configure:
- @if [ ! -f ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm ]; then \
+ @if [ ! -f ${SITE_ARCH}/Image/Magick.pm ]; then \
${ECHO_CMD} ERROR: ImageMagick must be installed with the PERL option enabled; \
${FALSE}; \
fi