diff options
Diffstat (limited to 'news/p5-Gateway/Makefile')
-rw-r--r-- | news/p5-Gateway/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/news/p5-Gateway/Makefile b/news/p5-Gateway/Makefile index 94b3ff7690bd..8af43942872c 100644 --- a/news/p5-Gateway/Makefile +++ b/news/p5-Gateway/Makefile @@ -15,13 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= croyle@gelemna.org COMMENT= Robomoderation and mail to news gatewaying toolkit -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article +BUILD_DEPENDS= ${SITE_PERL}/News/Article.pm:${PORTSDIR}/news/p5-News-Article +RUN_DEPENDS= ${SITE_PERL}/News/Article.pm:${PORTSDIR}/news/p5-News-Article PERL_CONFIGURE= yes MAN3= News::Gateway.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-install: .if !defined(NOPORTDOCS) |