aboutsummaryrefslogtreecommitdiffstats
path: root/security/openssh-portable/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-09-29 02:41:51 +0800
committerdinoex <dinoex@FreeBSD.org>2003-09-29 02:41:51 +0800
commit8b460ff585beea0fe0995c28ae7605d6e1db0ca6 (patch)
tree94cde98d6378cf1eacd637fc50d6aee45a49c1c7 /security/openssh-portable/Makefile
parente7e4f67323b2d92a28880e9fa76056cb5c695959 (diff)
downloadfreebsd-ports-gnome-8b460ff585beea0fe0995c28ae7605d6e1db0ca6.tar.gz
freebsd-ports-gnome-8b460ff585beea0fe0995c28ae7605d6e1db0ca6.tar.zst
freebsd-ports-gnome-8b460ff585beea0fe0995c28ae7605d6e1db0ca6.zip
- cleanup GSSAPI option
Diffstat (limited to 'security/openssh-portable/Makefile')
-rw-r--r--security/openssh-portable/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 5a8a09698c26..083c28144606 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -74,12 +74,6 @@ EXTRA_PATCHES+= ${FILESDIR}/batch.patch
.if defined(KRB5_HOME) && exists(${KRB5_HOME})
PKGNAMESUFFIX= -gssapi
-GSSAPI_PATCH= ${PORTNAME}-3.6.1p2-gssapi-20030430.diff
-GSSAPI_SITE= http://www.sxw.org.uk/computing/patches/
-MASTER_SITES+= ${GSSAPI_SITE}
-DISTFILES= ${EXTRACT_ONLY} ${GSSAPI_PATCH}
-EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
-EXTRA_PATCHES+= ${FILESDIR}/servconf.c.patch
BUILD_DEPENDS+= autoreconf:${PORTSDIR}/devel/autoconf
# USE_AUTOCONF_VER= 252 # broken
CONFIGURE_ARGS+= --with-kerberos5=${KRB5_HOME}