diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-07-15 20:16:25 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-07-15 20:16:25 +0000 |
commit | 7193591c5b3f09b845d45a230379d20469c18b1a (patch) | |
tree | 6c7270e2032375ee91e12ec4ca9a1e6d4fa7ecb0 /security/krb5-appl | |
parent | 5e32fd02e6477dcf1726f00e180a80cb559bf921 (diff) |
Notes
Diffstat (limited to 'security/krb5-appl')
-rw-r--r-- | security/krb5-appl/Makefile | 3 |
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> |