diff options
-rw-r--r-- | devel/cvs/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 16c0dc0b663..8353aa0386c 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1998/08/21 19:06:51 tv Exp $ +# $NetBSD: Makefile,v 1.15 1998/10/11 17:37:59 frueauf Exp $ # DISTNAME= cvs-1.10 @@ -8,10 +8,11 @@ MASTER_SITES= ftp://download.cyclic.com/pub/${DISTNAME}/ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.cyclic.com/cvs/info.html -GNU_CONFIGURE= yes - CONFLICTS= cvs-1.9 cvs-1.9.26 cvs-1.9.27 cvs-1.9.28 cvs-1.9.29 cvs-1.9.30 +GNU_CONFIGURE= yes +USE_GTEXINFO= yes + .if exists(/usr/lib/libkrb.a) CONFIGURE_ARGS+= --with-krb4=/usr --enable-encryption .endif |