summaryrefslogtreecommitdiff
path: root/devel/cvs/Makefile
diff options
context:
space:
mode:
authorassar <assar@pkgsrc.org>2001-03-04 01:08:01 +0000
committerassar <assar@pkgsrc.org>2001-03-04 01:08:01 +0000
commit9563ac7944b2c6f650c277b7d37fc1c0ec37105a (patch)
tree3857668f863e76d5863f15fa073c88d76d93de36 /devel/cvs/Makefile
parent77c54b7ea036abdbc610d0b2f48aa7004e64162e (diff)
downloadpkgsrc-9563ac7944b2c6f650c277b7d37fc1c0ec37105a.tar.gz
make it work with krb4 and gssapi (on krb5)
Diffstat (limited to 'devel/cvs/Makefile')
-rw-r--r--devel/cvs/Makefile17
1 files changed, 3 insertions, 14 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile
index 3cc5372fdc4..b89f15d15c1 100644
--- a/devel/cvs/Makefile
+++ b/devel/cvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2001/02/16 14:38:21 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2001/03/04 01:08:01 assar Exp $
#
DISTNAME= cvs-1.11
@@ -21,22 +21,11 @@ DEPENDS+= zlib-*:../../devel/zlib
CFLAGS+= -I${PREFIX}/include # zlib.h
.endif
-.if defined(KERBEROS) && ${KERBEROS} == 4
-USE_KERBEROS= yes
+.if defined(KERBEROS)
CONFIGURE_ARGS+= --with-krb4=/usr --enable-encryption
-.else
-CONFIGURE_ARGS+= --with-krb4=no
+CONFIGURE_ARGS+= --with-gssapi=/usr
.endif
-# XXX KERBEROS 5 SUPPORT BROKEN WITH HEIMDAL
-#.if defined(KERBEROS) && ${KERBEROS} == 5
-#USE_KERBEROS= yes
-#CONFIGURE_ARGS+= --with-gssapi
-#CFLAGS+= -I/usr/include/krb5 # krb5.h
-#.else
-#CONFIGURE_ARGS+= --with-gssapi=no
-#.endif
-
.if defined(RCS_LOCALID)
pre-fetch:
@${ECHO} RCS_LOCALID is now replaced by the tag variable in CVSROOT/config.