aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-03-13 17:29:58 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-03-13 17:29:58 +0000
commit10f22ecd6d1808866406972dd09e2e107e41ceb2 (patch)
tree31d423e420103f6111ac7dcc29da77612438b7a3 /news
parent42651c13cd4978964674808cab47a30c8726769b (diff)
downloadports-10f22ecd6d1808866406972dd09e2e107e41ceb2.tar.gz
ports-10f22ecd6d1808866406972dd09e2e107e41ceb2.zip
Notes
Diffstat (limited to 'news')
-rw-r--r--news/p5-News-Article/Makefile10
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>