diff options
author | az <az@FreeBSD.org> | 2012-06-07 19:29:57 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-07 19:29:57 +0000 |
commit | fcb040ce779fe2264f2198793c48cc434a0bd5c0 (patch) | |
tree | 53c2c2462602df3d42b7cfc3d484457daf4f9b17 | |
parent | 9323c740228737cd3de104cc0d04865c03a1fee7 (diff) | |
download | FreeBSD-ports-fcb040ce779fe2264f2198793c48cc434a0bd5c0.zip FreeBSD-ports-fcb040ce779fe2264f2198793c48cc434a0bd5c0.tar.gz |
- Fix mod_perl2 deps
-rw-r--r-- | www/p5-Apache-AuthTicket/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-AuthTicket/Makefile b/www/p5-Apache-AuthTicket/Makefile index 5c317c6..505ebdc 100644 --- a/www/p5-Apache-AuthTicket/Makefile +++ b/www/p5-Apache-AuthTicket/Makefile @@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl modules that implement a cookie-based authentication system -BUILD_DEPENDS= mod_perl2>=0:${PORTSDIR}/www/mod_perl2 -RUN_DEPENDS= mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ +BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ p5-CGI.pm>=3.12:${PORTSDIR}/www/p5-CGI.pm \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ |