aboutsummaryrefslogtreecommitdiffstats
path: root/www/WebMagick
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1998-08-13 04:28:49 +0800
committerache <ache@FreeBSD.org>1998-08-13 04:28:49 +0800
commit89e12767fdf68f26227a117274fa6fcaa9fcccc8 (patch)
treecd13b34879d5930093461221291d7747cb6d1d2f /www/WebMagick
parentc864fc1565f36af58f2ba2fb4bcb74a28e52b516 (diff)
downloadfreebsd-ports-gnome-89e12767fdf68f26227a117274fa6fcaa9fcccc8.tar.gz
freebsd-ports-gnome-89e12767fdf68f26227a117274fa6fcaa9fcccc8.tar.zst
freebsd-ports-gnome-89e12767fdf68f26227a117274fa6fcaa9fcccc8.zip
update to new perl path
Diffstat (limited to 'www/WebMagick')
-rw-r--r--www/WebMagick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index ad8d3a271b18..5d348965c32b 100644
--- a/www/WebMagick/Makefile
+++ b/www/WebMagick/Makefile
@@ -4,7 +4,7 @@
# Date created: 20 May 1998
# Whom: ache
#
-# $Id: Makefile,v 1.2 1998/05/19 23:26:46 ache Exp $
+# $Id: Makefile,v 1.3 1998/06/14 23:55:35 mph Exp $
#
DISTNAME= WebMagick-1.44
@@ -22,7 +22,7 @@ CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \
webmagick_cv_maptype=ncsa \
PERL=${PREFIX}/bin/perl
-RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/i386-freebsd/auto/Image/Magick/Magick.so:${PORTSDIR}/graphics/p5-PerlMagick
+RUN_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/auto/Image/Magick/Magick.so:${PORTSDIR}/graphics/p5-PerlMagick
post-install:
cd ${WRKSRC}; \