aboutsummaryrefslogtreecommitdiff
path: root/security/p5-GD-SecurityImage
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-06 17:22:52 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-06 17:22:52 +0000
commitccd32ccbc937b5ce58fa54b3c529e918d11ef2ba (patch)
treeed1dd7cc983008686a5f08d3d1620ba45cb6aa12 /security/p5-GD-SecurityImage
parent4e9e8df953c5f03341a292ca153097b2a6cdfcfc (diff)
downloadports-ccd32ccbc937b5ce58fa54b3c529e918d11ef2ba.tar.gz
ports-ccd32ccbc937b5ce58fa54b3c529e918d11ef2ba.zip
Notes
Diffstat (limited to 'security/p5-GD-SecurityImage')
-rw-r--r--security/p5-GD-SecurityImage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-GD-SecurityImage/Makefile b/security/p5-GD-SecurityImage/Makefile
index 2216ec5493a2..a69019d029b9 100644
--- a/security/p5-GD-SecurityImage/Makefile
+++ b/security/p5-GD-SecurityImage/Makefile
@@ -34,8 +34,8 @@ MAN3= GD::SecurityImage.3 \
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIMAGEMAGICK}
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
-RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick
+BUILD_DEPENDS+= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
+RUN_DEPENDS+= ImageMagick>=0:${PORTSDIR}/graphics/ImageMagick
.endif
.include <bsd.port.pre.mk>