diff options
author | az <az@FreeBSD.org> | 2012-06-30 02:30:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 02:30:42 +0800 |
commit | 6f8ed08f2821e7fb0cc255f7056e2931faec9f55 (patch) | |
tree | 25790a2d62913403336bcbc79b6928259a713b72 /news | |
parent | 993695bac18e6d1d7d75491881526bc0cca0e9a8 (diff) | |
download | freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.tar.gz freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.tar.zst freebsd-ports-gnome-6f8ed08f2821e7fb0cc255f7056e2931faec9f55.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'news')
-rw-r--r-- | news/p5-News-Article-NoCeM/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/p5-News-Article-NoCeM/Makefile b/news/p5-News-Article-NoCeM/Makefile index 2f8a3ee12571..26d56ef7f82c 100644 --- a/news/p5-News-Article-NoCeM/Makefile +++ b/news/p5-News-Article-NoCeM/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org COMMENT= A module to generate accurate NoCeM notices -RUN_DEPENDS= ${SITE_PERL}/News/Article.pm:${PORTSDIR}/news/p5-News-Article \ - ${SITE_PERL}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign +RUN_DEPENDS= p5-News-Article>=0:${PORTSDIR}/news/p5-News-Article \ + p5-PGP-Sign>=0:${PORTSDIR}/security/p5-PGP-Sign BUILD_DEPENDS:= ${RUN_DEPENDS} PERL_CONFIGURE= yes |