diff options
author | Michael C . Wu <keichii@FreeBSD.org> | 2001-03-29 15:40:42 +0000 |
---|---|---|
committer | Michael C . Wu <keichii@FreeBSD.org> | 2001-03-29 15:40:42 +0000 |
commit | 22bf54cd3f2b51bd570cd53e7b2c11c6f347b5da (patch) | |
tree | b296d781583a954ad0df7a3eaa5bd6012cb73c27 | |
parent | Netsaint-plugins needs automake to build. (diff) |
Mark this port broken until we fix the licensing issues
Submitted by: billf
Diffstat (limited to '')
-rw-r--r-- | net/vrrp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/vrrp/Makefile b/net/vrrp/Makefile index e5b4c0a6396a..0baa2f736c10 100644 --- a/net/vrrp/Makefile +++ b/net/vrrp/Makefile @@ -8,6 +8,9 @@ PORTNAME= vrrpd PORTVERSION= 0.1 CATEGORIES= net + +BROKEN= "Do not build until MAINTAINER fixes licensing issues" + MASTER_SITES= ftp://ftp.vrrp.net/pub/vrrpd/ \ ftp://ftp.tecc.co.uk/pub/vrrpd/ |