aboutsummaryrefslogtreecommitdiffstats
path: root/www/libapreq2
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-29 18:05:08 +0800
committeraz <az@FreeBSD.org>2012-06-29 18:05:08 +0800
commitb696f60de705575cfdc752261066bafcfd998615 (patch)
treeb98bbf33a5bfac7f3b65291d5b3455e9aa792250 /www/libapreq2
parent9a292c3f202221efed7d813d68c49503c5f7cddb (diff)
downloadfreebsd-ports-gnome-b696f60de705575cfdc752261066bafcfd998615.tar.gz
freebsd-ports-gnome-b696f60de705575cfdc752261066bafcfd998615.tar.zst
freebsd-ports-gnome-b696f60de705575cfdc752261066bafcfd998615.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'www/libapreq2')
-rw-r--r--www/libapreq2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile
index 3391c7163eb8..c92299fddefc 100644
--- a/www/libapreq2/Makefile
+++ b/www/libapreq2/Makefile
@@ -28,9 +28,9 @@ PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
.if defined (WITH_MODPERL2)
PKGNAMEPREFIX+= p5-
-P5_APREQ_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \
- ${SITE_PERL}/ExtUtils/XSBuilder:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder \
- ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
+P5_APREQ_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
+ p5-ExtUtils-XSBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder \
+ p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
BUILD_DEPENDS+= ${P5_APREQ_DEPENDS}
RUN_DEPENDS+= ${P5_APREQ_DEPENDS}