summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-07 08:37:52 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-07 08:37:52 +0000
commit8ee731ffd46a98d8a56bcebc809ddacec633480a (patch)
tree422d0feb2ba7a72344084af7ea188cf9503e5c9d /www
parent- Fix last commit (diff)
- revert changes for mod_perl2, it require special handling.
Notes
Notes: svn path=/head/; revision=298674
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-Clean2/Makefile2
-rw-r--r--www/p5-Apache-DBI/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-Clean2/Makefile b/www/p5-Apache-Clean2/Makefile
index 5827e29b9494..d637053a7bea 100644
--- a/www/p5-Apache-Clean2/Makefile
+++ b/www/p5-Apache-Clean2/Makefile
@@ -17,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}_7
MAINTAINER= perl@FreeBSD.org
COMMENT= A mod_perl interface into HTML::Clean
-BUILD_DEPENDS= mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 \
p5-HTML-Clean>=0.8:${PORTSDIR}/www/p5-HTML-Clean
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}2
diff --git a/www/p5-Apache-DBI/Makefile b/www/p5-Apache-DBI/Makefile
index 3d4e84d1e681..02c233861564 100644
--- a/www/p5-Apache-DBI/Makefile
+++ b/www/p5-Apache-DBI/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= DBI persistent connection, authentication and authorization
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
- mod_perl2>=0:${PORTSDIR}/www/mod_perl2
+ ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
RUN_DEPENDS:= ${BUILD_DEPENDS}
CONFLICTS= p5-Apache-DBI-mp[12]*