aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2018-09-11 03:21:44 +0000
committerCy Schubert <cy@FreeBSD.org>2018-09-11 03:21:44 +0000
commit9d1847c108147dc59c3ccb3ff41e4d58e15551bb (patch)
treefc7aea85ad8215dfa44e2c9d059c8e3ecfdc02fa
parent39e3047ebbb56f9751061d062bfd039c253bd981 (diff)
downloadports-9d1847c108147dc59c3ccb3ff41e4d58e15551bb.tar.gz
ports-9d1847c108147dc59c3ccb3ff41e4d58e15551bb.zip
MFH: r479190
Catch up to the latest krb5 port commits. Approved by: portmgr (miwi@)
Notes
Notes: svn path=/branches/2018Q3/; revision=479500
-rw-r--r--security/krb5-appl/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile
index b089eb93317a..a6391c1b16dd 100644
--- a/security/krb5-appl/Makefile
+++ b/security/krb5-appl/Makefile
@@ -35,7 +35,7 @@ OPTIONS_DEFAULT= KRB5_PORT KRB5_RENAME_FTP KRB5_RENAME_TELNET \
KRB5_RENAME_RLOGIN KRB5_RENAME_RSH KRB5_RENAME_RCP
OPTIONS_SINGLE= KRB5_VERSION
OPTIONS_SINGLE_KRB5_VERSION= KRB5_PORT \
- KRB5_114_PORT KRB5_115_PORT
+ KRB5_114_PORT KRB5_115_PORT KRB5_116_PORT KRB5_DEVEL_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
@@ -44,6 +44,8 @@ KRB5_RENAME_RCP_DESC= Rename rcp to krcp
KRB5_PORT_DESC= Depend on security/krb5
KRB5_114_PORT_DESC= Depend on security/krb5-114
KRB5_115_PORT_DESC= Depend on security/krb5-115
+KRB5_116_PORT_DESC= Depend on security/krb5-116
+KRB5_DEVEL_PORT_DESC= Depend on security/krb5-devel
.include <bsd.port.pre.mk>
@@ -51,6 +53,12 @@ KRB5_PORT_LIB_DEPENDS= libkrb5support.so:security/krb5
KRB5_PORT_RUN_DEPENDS= kinit:security/krb5
KRB5_114_PORT_LIB_DEPENDS= libkrb5support.so:security/krb5-114
KRB5_114_PORT_RUN_DEPENDS= kinit:security/krb5-114
+KRB5_115_PORT_LIB_DEPENDS= libkrb5support.so:security/krb5-115
+KRB5_115_PORT_RUN_DEPENDS= kinit:security/krb5-114
+KRB5_116_PORT_LIB_DEPENDS= libkrb5support.so:security/krb5-116
+KRB5_116_PORT_RUN_DEPENDS= kinit:security/krb5-116
+KRB5_DEVEL_PORT_LIB_DEPENDS= libkrb5support.so:security/krb5-devel
+KRB5_DEVEL_PORT_RUN_DEPENDS= kinit:security/krb5-devel
KRB5_DOC_BUILD_DEPENDS+= texi2dvi:print/texinfo \
dvips:print/dvipsk-tetex