diff options
author | az <az@FreeBSD.org> | 2013-08-05 13:58:29 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-05 13:58:29 +0800 |
commit | 565518f50adfc3c2b6660bc6a358914c68e619e1 (patch) | |
tree | a912adb702f9cc3988b2f03df8692bfa885786d3 | |
parent | 5d1ab8ec06637e5d816dd397566ef561d89fb071 (diff) | |
download | freebsd-ports-gnome-565518f50adfc3c2b6660bc6a358914c68e619e1.tar.gz freebsd-ports-gnome-565518f50adfc3c2b6660bc6a358914c68e619e1.tar.zst freebsd-ports-gnome-565518f50adfc3c2b6660bc6a358914c68e619e1.zip |
- Fix port build
PR: ports/181046
Submitted by: Erick Turnquist <jhujhiti@adjectivism.org>
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index 504351252a94..bbce753d9dea 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -16,14 +16,14 @@ BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_APACHE= 22+ +USES= perl5 +USE_PERL5= configure .include <bsd.port.pre.mk> CURUSER?= `whoami` CURGRP?= `groups | ${AWK} '{print $$1}'` TESTPORT?= 8228 -USES= perl5 -USE_PERL5= configure CONFIGURE_ENV+= APACHE="${HTTPD}" \ TESTUSER="${CURUSER}" \ TESTGRP="${CURGRP}" \ |