diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-31 13:06:34 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-31 13:06:34 +0000 |
commit | 85027cf6963929b92ca66295dd568a9c019d4d64 (patch) | |
tree | f7629f680bd5c3a133f675d7f5d058a79bbe27ca /chat/epic4/Makefile | |
parent | 55d10f3e06b0809ab7c3107f9c43346dec9e73b6 (diff) | |
download | pkgsrc-85027cf6963929b92ca66295dd568a9c019d4d64.tar.gz |
Use recent IPv6 patch
Diffstat (limited to 'chat/epic4/Makefile')
-rw-r--r-- | chat/epic4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile index aede5fe7565..94dd1534dc4 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/03/29 10:48:34 wennmach Exp $ +# $NetBSD: Makefile,v 1.11 2001/03/31 13:06:34 zuntum Exp $ # DISTNAME= epic4-0.10.1 @@ -17,7 +17,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ PATCH_SITES= http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/ \ http://zuntum.net/patches/ \ http://flis.utech.lublin.pl/~zuntum/patches/ -PATCHFILES= epic4-0.9.16-ipv6-20010217.patch.gz +PATCHFILES= epic4-0.10.1-ipv6-20010331.patch.gz PATCH_DIST_STRIP= -p1 .endif @@ -30,7 +30,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} GNU_CONFIGURE= YES .if defined(USE_INET6) && ${USE_INET6} == "YES" -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf post-patch: cd ${WRKSRC}; ${LOCALBASE}/bin/autoheader; ${LOCALBASE}/bin/autoconf |