aboutsummaryrefslogtreecommitdiffstats
path: root/security/krb5
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-17 00:58:41 +0800
committerbapt <bapt@FreeBSD.org>2013-09-17 00:58:41 +0800
commite727b45488cd2ddb6cec7ed27719fb23fb0b606a (patch)
treef51a8ccd4c67dd7b906626d688870d3bd461a7d4 /security/krb5
parent4d38bf6add21f5b3629f369f9b68ca09205c44d3 (diff)
downloadfreebsd-ports-gnome-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.tar.gz
freebsd-ports-gnome-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.tar.zst
freebsd-ports-gnome-e727b45488cd2ddb6cec7ed27719fb23fb0b606a.zip
Convert to new perl framework
Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'security/krb5')
-rw-r--r--security/krb5/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile
index 13438df4c9c6..aa65130853c1 100644
--- a/security/krb5/Makefile
+++ b/security/krb5/Makefile
@@ -23,12 +23,11 @@ CONFLICTS= heimdal-[0-9]* srp-[0-9]*
LATEST_LINK= ${PORTNAME}-19
KERBEROSV_URL= http://web.mit.edu/kerberos/
-USE_GMAKE= yes
-USE_PERL5_BUILD= yes
+USE_PERL5= build
USE_LDCONFIG= yes
USE_CSTD= gnu99
USE_AUTOTOOLS= libtool
-USES= gettext
+USES= gettext gmake perl5
CONFIGURE_ARGS?= --enable-shared --without-system-verto
CONFIGURE_ENV= INSTALL="${INSTALL}" YACC="${YACC}"
MAKE_ARGS= INSTALL="${INSTALL}"