aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-appl
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2015-12-15 05:02:21 +0000
committerCy Schubert <cy@FreeBSD.org>2015-12-15 05:02:21 +0000
commitc675356816ab125531f72d1568cdd12c787cc560 (patch)
tree3f3efa97d551a4e9014f852b533b47155bfc65e4 /security/krb5-appl
parent05fc46624d36202363112e55bbfde9ce30b022f3 (diff)
downloadports-c675356816ab125531f72d1568cdd12c787cc560.tar.gz
ports-c675356816ab125531f72d1568cdd12c787cc560.zip
Notes
Diffstat (limited to 'security/krb5-appl')
-rw-r--r--security/krb5-appl/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile
index 606d341c875a..374c7693477f 100644
--- a/security/krb5-appl/Makefile
+++ b/security/krb5-appl/Makefile
@@ -33,7 +33,8 @@ PATCH_DIST_STRIP= -p1
OPTIONS_DEFINE= KRB5_RENAME_FTP KRB5_RENAME_TELNET KRB5_RENAME_RLOGIN KRB5_RENAME_RSH KRB5_RENAME_RCP
OPTIONS_DEFAULT= KRB5_PORT
OPTIONS_SINGLE= KRB5_VERSION
-OPTIONS_SINGLE_KRB5_VERSION= KRB5_PORT KRB5_112_PORT KRB5_113_PORT
+OPTIONS_SINGLE_KRB5_VERSION= KRB5_PORT KRB5_112_PORT KRB5_113_PORT \
+ KRB5_114_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
@@ -41,7 +42,8 @@ KRB5_RENAME_RSH_DESC= Rename rsh to krsh
KRB5_RENAME_RCP_DESC= Rename rcp to krcp
KRB5_PORT_DESC= Depend on security/krb5
KRB5_112_PORT_DESC= Depend on security/krb5-112
-KRB5_112_PORT_DESC= Depend on security/krb5-113
+KRB5_113_PORT_DESC= Depend on security/krb5-113
+KRB5_114_PORT_DESC= Depend on security/krb5-114
.include <bsd.port.pre.mk>
@@ -54,6 +56,9 @@ RUN_DEPENDS= kinit:${PORTSDIR}/security/krb5-112
.elif ${PORT_OPTIONS:MKRB5_113_PORT}
LIB_DEPENDS= libkrb5support.so:${PORTSDIR}/security/krb5-113
RUN_DEPENDS= kinit:${PORTSDIR}/security/krb5-113
+.elif ${PORT_OPTIONS:MKRB5_114_PORT}
+LIB_DEPENDS= libkrb5support.so:${PORTSDIR}/security/krb5-114
+RUN_DEPENDS= kinit:${PORTSDIR}/security/krb5-113
.else
BROKEN= krb5 dependency not selected
.endif