diff options
Diffstat (limited to 'www/p5-Apache-NNTPGateway/Makefile')
-rw-r--r-- | www/p5-Apache-NNTPGateway/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/p5-Apache-NNTPGateway/Makefile b/www/p5-Apache-NNTPGateway/Makefile index a4e01ace6c2a..4e459206a4b8 100644 --- a/www/p5-Apache-NNTPGateway/Makefile +++ b/www/p5-Apache-NNTPGateway/Makefile @@ -15,16 +15,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@protey.ru COMMENT= A NNTP interface for mod_perl enabled Apache web server -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \ + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/NNTPGateway-${PORTVERSION} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Apache::NNTPGateway.3 .include <bsd.port.mk> |