diff options
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 45da2c93f89e..ebe1f685f7c4 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -3,10 +3,10 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.9 1999/04/11 11:48:57 andreas Exp $ +# $Id: Makefile,v 1.10 1999/04/12 20:12:42 andreas Exp $ # -DISTNAME= zebra-19990408 +DISTNAME= zebra-19990416 CATEGORIES= net MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ MAINTAINER= andreas@FreeBSD.ORG +BROKEN= "bug: waiting for a fix from author" + GNU_CONFIGURE= yes CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra |