diff options
author | skrll <skrll@pkgsrc.org> | 2002-01-11 12:47:23 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-01-11 12:47:23 +0000 |
commit | 5aca240a806fdabaf2866e5438e71fe36acd7ab9 (patch) | |
tree | 28315bd6537afa4ebd08a57c49f390ed6bded03b /devel/cvs/Makefile | |
parent | 0b3bc0ef8680e6d0471254ef58260bde6070eab1 (diff) | |
download | pkgsrc-5aca240a806fdabaf2866e5438e71fe36acd7ab9.tar.gz |
Remove build dependency on autoconf... the patch distfile already included
a patch for configure so it wasn't really needed anyway.
An autoreconf run here noted a small difference in configure patch so I've
created a new patch distfiles with the new configure patch included.
Diffstat (limited to 'devel/cvs/Makefile')
-rw-r--r-- | devel/cvs/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 49d6046c25c..5d78bb3ae2a 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2001/12/09 20:10:16 jlam Exp $ +# $NetBSD: Makefile,v 1.47 2002/01/11 12:47:23 skrll Exp $ # DISTNAME= cvs-1.11 @@ -20,20 +20,16 @@ BUILD_DEFS+= USE_INET6 USE_BUILDLINK_ONLY= yes .if (${OPSYS} == "NetBSD") -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ -PATCHFILES= cvs-1.11-v6-20010413.diff.gz +PATCH_SITES= ${MASTER_SITE_LOCAL} +PATCHFILES= cvs-1.11-v6-20020111.diff.gz PATCH_DIST_STRIP= -p1 -BUILD_DEPENDS+= autoconf-[0-9]*:../../devel/autoconf - .if ${USE_INET6} == "YES" CONFIGURE_ARGS+= --enable-ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 .endif -pre-configure: - cd ${WRKSRC}; ${LOCALBASE}/bin/autoreconf --force .endif .if defined(KERBEROS) |