diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 04:53:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 04:53:42 +0000 |
commit | 15c26eb6a0e3d4979986e2c9fd3cc1542cdd371a (patch) | |
tree | b0fa9b18996a677b660c79b2997922d92ed19e2c /net | |
parent | The p5-GtkGLArea port has been marked BROKEN for 23 months waiting for (diff) |
BROKEN -> IGNORE to prevent package build
Notes
Notes:
svn path=/head/; revision=67947
Diffstat (limited to 'net')
-rw-r--r-- | net/gift/Makefile | 2 | ||||
-rw-r--r-- | net/vrrp/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/gift/Makefile b/net/gift/Makefile index dff24b7d3782..1251fbcd1945 100644 --- a/net/gift/Makefile +++ b/net/gift/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME:L} MAINTAINER= lioux@FreeBSD.org -BROKEN= 'Does not currently work' +IGNORE= 'Does not currently work' GNU_CONFIGURE= yes diff --git a/net/vrrp/Makefile b/net/vrrp/Makefile index 965f532967f4..90526ed7ab7f 100644 --- a/net/vrrp/Makefile +++ b/net/vrrp/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.vrrp.net/pub/vrrpd/ \ MAINTAINER= ports@FreeBSD.org -BROKEN= "The maintainer considers this an incomplete implementation of RFC2338" +IGNORE= "The maintainer considers this an incomplete implementation of RFC2338" .if !defined(NOPORTDOCS) post-install: |