diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-09-29 02:41:51 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-09-29 02:41:51 +0800 |
commit | 8b460ff585beea0fe0995c28ae7605d6e1db0ca6 (patch) | |
tree | 94cde98d6378cf1eacd637fc50d6aee45a49c1c7 /security/openssh-portable/Makefile | |
parent | e7e4f67323b2d92a28880e9fa76056cb5c695959 (diff) | |
download | freebsd-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/Makefile | 6 |
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} |