diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 02:54:26 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 02:54:26 +0800 |
commit | 1161a6536a154c75497eb6c865841b3f97351ca9 (patch) | |
tree | 966ef97ce74422ba7e7eea703f15682e940747c1 /www/p5-Apache-Clean2 | |
parent | 2f57eb092608beb8bbffe9812d1ec7c511510adc (diff) | |
download | freebsd-ports-gnome-1161a6536a154c75497eb6c865841b3f97351ca9.tar.gz freebsd-ports-gnome-1161a6536a154c75497eb6c865841b3f97351ca9.tar.zst freebsd-ports-gnome-1161a6536a154c75497eb6c865841b3f97351ca9.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'www/p5-Apache-Clean2')
-rw-r--r-- | www/p5-Apache-Clean2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Apache-Clean2/Makefile b/www/p5-Apache-Clean2/Makefile index d637053a7bea..eb42b4a38ca2 100644 --- a/www/p5-Apache-Clean2/Makefile +++ b/www/p5-Apache-Clean2/Makefile @@ -17,12 +17,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}_7 MAINTAINER= perl@FreeBSD.org COMMENT= A mod_perl interface into HTML::Clean -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \ +BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ p5-HTML-Clean>=0.8:${PORTSDIR}/www/p5-HTML-Clean LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}2 PERL_CONFIGURE= yes +USE_APACHE= 20+ MAN3= Apache::Clean.3 DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} |