diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 17:29:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-03-13 17:29:58 +0000 |
commit | 10f22ecd6d1808866406972dd09e2e107e41ceb2 (patch) | |
tree | 31d423e420103f6111ac7dcc29da77612438b7a3 /news | |
parent | 42651c13cd4978964674808cab47a30c8726769b (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/p5-News-Article/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile index 1fdf442228c2..5b4f6624689f 100644 --- a/news/p5-News-Article/Makefile +++ b/news/p5-News-Article/Makefile @@ -18,14 +18,10 @@ USES= perl5 USE_PERL5= configure OPTIONS_DEFINE= PGP_SIGN -OPTIONS_DEFAULT= PGP_SIGN +OPTIONS_DEFAULT=PGP_SIGN PGP_SIGN_DESC= PGP::Sign support for header signing -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MPGP_SIGN} -BUILD_DEPENDS+= p5-PGP-Sign>=0:${PORTSDIR}/security/p5-PGP-Sign -RUN_DEPENDS+= p5-PGP-Sign>=0:${PORTSDIR}/security/p5-PGP-Sign -.endif +PGP_SIGN_BUILD_DEPENDS= p5-PGP-Sign>=0:${PORTSDIR}/security/p5-PGP-Sign +PGP_SIGN_RUN_DEPENDS= p5-PGP-Sign>=0:${PORTSDIR}/security/p5-PGP-Sign .include <bsd.port.mk> |