diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-10-11 17:37:59 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-10-11 17:37:59 +0000 |
commit | 0c79b4349a4f97f37d65899b5140e5af07a29f75 (patch) | |
tree | ec68f63cbacada5d47e3c43ca371d5687777cb14 /devel/cvs | |
parent | f078bc55e62d57be4af320725f6325bdbcf139ad (diff) | |
download | pkgsrc-0c79b4349a4f97f37d65899b5140e5af07a29f75.tar.gz |
Set USE_GTEXINFO=yes, fixes pr 6272 by Luke Mewburn.
Diffstat (limited to 'devel/cvs')
-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 |