diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-06 06:19:14 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-06 06:19:14 +0000 |
commit | 76d4d8ef82ef66caf2513f74a3e72624c203cc9d (patch) | |
tree | 07f41283903e7d162daaa33094ee2d73541066e1 /www/p5-Apache-AuthCookie | |
parent | 15b3c0ae6c0e9bd7462cd689a09cdd99c41bd0d8 (diff) |
- Revert my changes with SITE_PERL for ports which require mod_perl2.
Pointy hat: az@
Reported by: pav@
Notes
Notes:
svn path=/head/; revision=298555
Diffstat (limited to 'www/p5-Apache-AuthCookie')
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index 3bfd85379ee4..2f84e1aa0991 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl module to provide custom forms for reauthentication -BUILD_DEPENDS= mod_perl2>=0:${PORTSDIR}/www/mod_perl2 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 RUN_DEPENDS:= ${BUILD_DEPENDS} USE_APACHE= 20+ |