aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2017-07-16 04:16:25 +0800
committercy <cy@FreeBSD.org>2017-07-16 04:16:25 +0800
commit5a26d2a64f5a6a7de8f74cc5938c958cc107009e (patch)
tree6c7270e2032375ee91e12ec4ca9a1e6d4fa7ecb0 /security
parentd55efe50d63da85f309b58dc2b20c2f4e7111354 (diff)
downloadfreebsd-ports-gnome-5a26d2a64f5a6a7de8f74cc5938c958cc107009e.tar.gz
freebsd-ports-gnome-5a26d2a64f5a6a7de8f74cc5938c958cc107009e.tar.zst
freebsd-ports-gnome-5a26d2a64f5a6a7de8f74cc5938c958cc107009e.zip
Add ports/krb5-115 option.
Diffstat (limited to 'security')
-rw-r--r--security/krb5-appl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile
index e5de1b082f5a..949e60b46ece 100644
--- a/security/krb5-appl/Makefile
+++ b/security/krb5-appl/Makefile
@@ -33,7 +33,7 @@ OPTIONS_DEFINE= KRB5_RENAME_FTP KRB5_RENAME_TELNET KRB5_RENAME_RLOGIN KRB5_RENAM
OPTIONS_DEFAULT= KRB5_PORT
OPTIONS_SINGLE= KRB5_VERSION
OPTIONS_SINGLE_KRB5_VERSION= KRB5_PORT KRB5_113_PORT \
- KRB5_114_PORT
+ KRB5_114_PORT KRB5_115_PORT
KRB5_RENAME_FTP_DESC= Rename ftp to kftp
KRB5_RENAME_TELNET_DESC= Rename telnet to ktelnet
KRB5_RENAME_RLOGIN_DESC= Rename rlogin to krlogin
@@ -42,6 +42,7 @@ KRB5_RENAME_RCP_DESC= Rename rcp to krcp
KRB5_PORT_DESC= Depend on security/krb5
KRB5_113_PORT_DESC= Depend on security/krb5-113
KRB5_114_PORT_DESC= Depend on security/krb5-114
+KRB5_115_PORT_DESC= Depend on security/krb5-115
.include <bsd.port.pre.mk>