update to new perl path

This commit is contained in:
Andrey A. Chernov 1998-08-12 20:28:49 +00:00
parent fcfd8b307c
commit 7e35888f04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12478

View File

@ -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}; \