summaryrefslogtreecommitdiff
path: root/net/zebra/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r--net/zebra/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index e202f3c7ae9..134c3179bd4 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: zebra
-# Version required: 0.69
+# Version required: 0.70
# Date created: So 31 Mai 1998 11:00:30 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com> (FreeBSD)
# itojun@itojun.org
#
-# $NetBSD: Makefile,v 1.3 1999/06/23 11:05:31 itojun Exp $
+# $NetBSD: Makefile,v 1.4 1999/07/06 14:35:17 itojun Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
-DISTNAME= zebra-0.69
+DISTNAME= zebra-0.70
CATEGORIES= net
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
# you might need debugging, it's a developer release !
@@ -19,6 +19,7 @@ HOMEPAGE= http://www.zebra.org/
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra
-#CONFIGURE_ARGS+=--disable-ospf6d
+# non-IPv6 build at this moment
+CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd
.include "../../mk/bsd.pkg.mk"