diff options
author | tron <tron@pkgsrc.org> | 2001-04-17 07:49:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-04-17 07:49:46 +0000 |
commit | 414df668acb1c7035594685d3caaad1647a17cb3 (patch) | |
tree | ba5bd3051d606dd8a351c853a2305d802e12ed72 /devel/cvs | |
parent | e1974d465f88c8d7e515007ce054bf0c0ce9e37b (diff) | |
download | pkgsrc-414df668acb1c7035594685d3caaad1647a17cb3.tar.gz |
"autoconf" is not required to build this package under Solaris because
the "configure.in" isn't modified by the IPv6 patch.
Diffstat (limited to 'devel/cvs')
-rw-r--r-- | devel/cvs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |