aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-10-03 13:36:39 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-10-03 13:36:39 +0000
commit28c05763138ec0c4ba387c5e75a87af6649518c9 (patch)
tree4ee55b37ab02a60bc07861df2dcfe205c4dc62ab /security
parentd5c4e5e0efcf28ab8e1a7eba39463b54d014abd8 (diff)
downloadports-28c05763138ec0c4ba387c5e75a87af6649518c9.tar.gz
ports-28c05763138ec0c4ba387c5e75a87af6649518c9.zip
Mark IGNORE if KERB_GSSAPI incorrectly selected
Notes
Notes: svn path=/head/; revision=329189
Diffstat (limited to 'security')
-rw-r--r--security/openssh-portable/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 987034efea6c..1bbed11c2659 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -133,14 +133,18 @@ CONFIGURE_LIBS+= -lgssapi_krb5
. endif
# Adapated from 5.7 patch at http://www.sxw.org.uk/computing/patches/
-.if ${PORT_OPTIONS:MKERB_GSSAPI}
+. if ${PORT_OPTIONS:MKERB_GSSAPI}
PATCHFILES+= openssh-6.2p2-gsskex-all-20110125.patch.gz
PATCH_DIST_STRIP=
-.endif
-.if ${OPENSSLBASE} == "/usr"
+. endif
+. if ${OPENSSLBASE} == "/usr"
CONFIGURE_ARGS+= --without-rpath
LDFLAGS= # empty
-.endif
+. endif
+.else
+. if ${PORT_OPTIONS:MKERB_GSSAPI}
+IGNORE= KERB_GSSAPI requires one of MIT HEIMDAL or HEIMDAL_BASE
+. endif
.endif
.if ${OPENSSLBASE} != "/usr"