aboutsummaryrefslogtreecommitdiff
path: root/security/ccrypt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-16 16:58:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-16 16:58:41 +0000
commitf56f112403e0108e4a1caa3b8bd8197282cda9a6 (patch)
treef51a8ccd4c67dd7b906626d688870d3bd461a7d4 /security/ccrypt
parent8bbe36048e84f63c2f9b313aa70806d28f88d82e (diff)
downloadports-f56f112403e0108e4a1caa3b8bd8197282cda9a6.tar.gz
ports-f56f112403e0108e4a1caa3b8bd8197282cda9a6.zip
Notes
Diffstat (limited to 'security/ccrypt')
-rw-r--r--security/ccrypt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/ccrypt/Makefile b/security/ccrypt/Makefile
index cd5e04921ffc..a6ab9d4b49f3 100644
--- a/security/ccrypt/Makefile
+++ b/security/ccrypt/Makefile
@@ -10,6 +10,7 @@ MASTER_SITES= SF \
MAINTAINER= dev2@heesakkers.info
COMMENT= Command-line utility for encrypting and decrypting files and streams
+USES= gmake
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
@@ -17,12 +18,12 @@ PLIST_SUB+= NLS=""
USES+= gettext
.else
PLIST_SUB+= NLS="@comment "
-USE_PERL5_BUILD= yes
+USES+= perl5
+USE_PERL5= build
CONFIGURE_ARGS+= --disable-nls
.endif
GNU_CONFIGURE= yes
-USE_GMAKE= yes
MAN1= ccrypt.1 ccguess.1
MLINKS= ccrypt.1 ccencrypt.1 \