diff options
author | az <az@FreeBSD.org> | 2012-06-07 16:37:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-07 16:37:52 +0800 |
commit | 8ae342abb4decceb8909da8e5efb2220c252ac3e (patch) | |
tree | b1cd2ecd9d7ad963b6fea3158b60fa5383713118 | |
parent | 06c7eb65656625bc1aac568ecd1805c1927f7b69 (diff) | |
download | freebsd-ports-gnome-8ae342abb4decceb8909da8e5efb2220c252ac3e.tar.gz freebsd-ports-gnome-8ae342abb4decceb8909da8e5efb2220c252ac3e.tar.zst freebsd-ports-gnome-8ae342abb4decceb8909da8e5efb2220c252ac3e.zip |
- revert changes for mod_perl2, it require special handling.
-rw-r--r-- | www/p5-Apache-Clean2/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Apache-DBI/Makefile | 2 |
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]* |