diff options
author | Cy Schubert <cy@FreeBSD.org> | 2018-02-02 06:50:24 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2018-02-02 06:50:24 +0000 |
commit | 8b382593504de04fb93d7bf8a7be7a879fc63149 (patch) | |
tree | 3f9518143031904b8960c0275c277104caaa6710 /security | |
parent | a8281a2468b6d409b9eb23bb2fcf15fd70cef6a1 (diff) | |
download | ports-8b382593504de04fb93d7bf8a7be7a879fc63149.tar.gz ports-8b382593504de04fb93d7bf8a7be7a879fc63149.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-114/Makefile | 4 | ||||
-rw-r--r-- | security/krb5-115/Makefile | 4 | ||||
-rw-r--r-- | security/krb5-116/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/security/krb5-114/Makefile b/security/krb5-114/Makefile index 7ea308f7bc2c..781bfbbc7f03 100644 --- a/security/krb5-114/Makefile +++ b/security/krb5-114/Makefile @@ -3,6 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.14.6 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) @@ -29,7 +30,8 @@ USE_LDCONFIG= yes USE_CSTD= gnu99 GNU_CONFIGURE= yes USES= cpe gmake localbase perl5 libtool:build \ - gssapi:bootstrap,mit pkgconfig:run ssl + gssapi:bootstrap,mit pkgconfig:run ssl \ + gettext-runtime CONFIGURE_ARGS?= --enable-shared --without-system-verto \ --disable-rpath --localstatedir="${PREFIX}/var" CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" diff --git a/security/krb5-115/Makefile b/security/krb5-115/Makefile index a3ad3331f712..a459a7809b4e 100644 --- a/security/krb5-115/Makefile +++ b/security/krb5-115/Makefile @@ -3,6 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.15.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) @@ -26,7 +27,8 @@ USE_LDCONFIG= yes USE_CSTD= gnu99 GNU_CONFIGURE= yes USES= cpe gmake localbase perl5 libtool:build \ - gssapi:bootstrap,mit pkgconfig:run ssl + gssapi:bootstrap,mit pkgconfig:run ssl \ + gettext-runtime CONFIGURE_ARGS?= --enable-shared --without-system-verto \ --disable-rpath --localstatedir="${PREFIX}/var" CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" diff --git a/security/krb5-116/Makefile b/security/krb5-116/Makefile index a780c7d9b170..68ae19123aa2 100644 --- a/security/krb5-116/Makefile +++ b/security/krb5-116/Makefile @@ -3,6 +3,7 @@ PORTNAME= krb5 PORTVERSION= 1.16 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) @@ -26,7 +27,8 @@ USE_LDCONFIG= yes USE_CSTD= gnu99 GNU_CONFIGURE= yes USES= cpe gmake localbase perl5 libtool:build \ - gssapi:bootstrap,mit pkgconfig:run ssl + gssapi:bootstrap,mit pkgconfig:run ssl \ + gettext-runtime CONFIGURE_ARGS?= --enable-shared --without-system-verto \ --disable-rpath --localstatedir="${PREFIX}/var" CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" |