From 414df668acb1c7035594685d3caaad1647a17cb3 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 17 Apr 2001 07:49:46 +0000 Subject: "autoconf" is not required to build this package under Solaris because the "configure.in" isn't modified by the IPv6 patch. --- devel/cvs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel') diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index bbcf828b130..2754b0a28df 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2001/04/17 07:44:03 tron Exp $ +# $NetBSD: Makefile,v 1.42 2001/04/17 07:49:46 tron Exp $ # DISTNAME= cvs-1.11 @@ -14,8 +14,6 @@ COMMENT= Concurrent Versions System GNU_CONFIGURE= yes USE_GTEXINFO= yes -BUILD_DEPENDS+= autoconf-*:../../devel/autoconf - .include "../../mk/bsd.prefs.mk" BUILD_DEFS+= USE_INET6 @@ -28,6 +26,8 @@ PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ PATCHFILES= cvs-1.11-v6-20010413.diff.gz PATCH_DIST_STRIP= -p1 +BUILD_DEPENDS+= autoconf-*:../../devel/autoconf + .if ${USE_INET6} == "YES" CONFIGURE_ARGS+= --enable-ipv6 .else -- cgit v1.2.3