aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-appl
diff options
context:
space:
mode:
Diffstat (limited to 'security/krb5-appl')
-rw-r--r--security/krb5-appl/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile
index 7d85768455d0..dcc348ae21fe 100644
--- a/security/krb5-appl/Makefile
+++ b/security/krb5-appl/Makefile
@@ -103,6 +103,12 @@ PLIST_SUB+= RCP_PROG="krcp"
PLIST_SUB+= RCP_PROG="rcp"
.endif
+.if ! ( ${PORT_OPTIONS:MKRB5_RENAME_RLOGIN} && \
+ ${PORT_OPTIONS:MKRB5_RENAME_RSH} && \
+ ${PORT_OPTIONS:MKRB5_RENAME_RCP} )
+CONFLICTS+= bsdrcmds-*
+.endif
+
.if defined(PROGRAM_TRANSFORM_NAME) && ${PROGRAM_TRANSFORM_NAME} != ""
CONFIGURE_ARGS+= --program-transform-name="${PROGRAM_TRANSFORM_NAME}"
.endif