summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-11-10 16:20:32 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-11-10 16:20:32 +0000
commitc4316e82d80cc2b416632325162269ad5bf3b4ef (patch)
treebf03671d3bf30cc9d10273c5e7340de6b83c4a84 /security
parentAdd OpenIKED, version 1.0 (diff)
Fix depends.
Using := is almost, but not quite, entirely unlike a good idea. In that case, as BUILD_DEPENDS is not defined, it will act as a normal assignment. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=425848
Diffstat (limited to 'security')
-rw-r--r--security/p5-CryptX/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/p5-CryptX/Makefile b/security/p5-CryptX/Makefile
index d2ddd8475382..2171488faae6 100644
--- a/security/p5-CryptX/Makefile
+++ b/security/p5-CryptX/Makefile
@@ -3,6 +3,7 @@
PORTNAME= CryptX
PORTVERSION= 0.041
+PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN/Crypt
PKGNAMEPREFIX= p5-
@@ -13,8 +14,6 @@ COMMENT= Crypto toolkit
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
USES= perl5
USE_PERL5= configure