diff options
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 |