From 15e3e829f716061aa78907f89a506e820a757184 Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 6 Jul 1999 14:35:17 +0000 Subject: upgrade to zebra 0.70. stabilize IPv4-only build. I tried to use PLIST_SRC for IPv4-only/IPv4+v6 switchable build, but I failed. Maybe try this tomorrow... --- net/zebra/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'net/zebra/Makefile') 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 (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" -- cgit v1.2.3