diff options
Diffstat (limited to 'www/p5-Apache-AuthCookie/Makefile')
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index 96a114d493b0..51248b9b27de 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= A perl module to provide custom forms for reauthentication -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ ${LOCALBASE}/sbin/apxs:${APACHE_PORT} RUN_DEPENDS= ${BUILD_DEPENDS} @@ -29,7 +29,6 @@ CONFIGURE_ENV+= APACHE="${PREFIX}/sbin/apache" \ TESTGRP="${CURGRP}" \ TESTPORT="${TESTPORT}" -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Apache::AuthCookie.3 .include <bsd.port.mk> |