diff options
author | itojun <itojun@pkgsrc.org> | 2000-01-21 10:01:23 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-01-21 10:01:23 +0000 |
commit | 8eee1d797f67d3879790be743d99ed0c31ee4ac6 (patch) | |
tree | 395a4ca8686e915393ab58ddee49ed9d6d2914f7 /net/totd/Makefile | |
parent | 855ce9e4266f0e93038ef38cf13ab47deb366c40 (diff) | |
download | pkgsrc-8eee1d797f67d3879790be743d99ed0c31ee4ac6.tar.gz |
upgrade to 1.1p2.
reviewed by: feico (maintainer)
Diffstat (limited to 'net/totd/Makefile')
-rw-r--r-- | net/totd/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 8c0869d08ea..8d9779370c2 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -1,22 +1,14 @@ -# $NetBSD: Makefile,v 1.2 1999/11/22 21:07:54 itojun Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/21 10:01:23 itojun Exp $ # -DISTNAME= totd-1.1p1 +DISTNAME= totd-1.1p2 CATEGORIES= net MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ MAINTAINER= feico@pasta.cs.uit.no HOMEPAGE= http://www.vermicelli.cs.uit.no/ipv6/software.html -WRKSRC= ${WRKDIR}/totd-1.1p1 - -BUILD_DEFS+= USE_INET6 - -.include "../../mk/bsd.prefs.mk" - -.if !(defined(USE_INET6) && ${USE_INET6} == YES) -BROKEN= "this is designed for IPv6/v4 dual stack node" -.endif +WRKSRC= ${WRKDIR}/totd-1.1p2 GNU_CONFIGURE= YES |