summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-10 07:18:55 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-01-10 07:18:55 +0000
commit0ecea7d9d6fe5ec42d9d6a132c256840acc59ecd (patch)
tree683128c556da152a66f86979fec2b58af04bcb70 /net
parent. Update to 5.11.1. (diff)
Substitute BROKEN with IGNORE in cases where the port requires the src tree
to be present, or does not compile on certain versions of FreeBSD. This will potentially avoid needless compilations on bento, and has the added benefit of improving certain reporting tools. To most users, this change is a no-op. PR: 61090 Submitted by: linimon
Notes
Notes: svn path=/head/; revision=97845
Diffstat (limited to 'net')
-rw-r--r--net/arla/Makefile6
-rw-r--r--net/ncplib/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile
index 677d7c5cfcbd..ea43308f6035 100644
--- a/net/arla/Makefile
+++ b/net/arla/Makefile
@@ -13,16 +13,16 @@ MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/
MAINTAINER= ports@FreeBSD.org
COMMENT= A free AFS client implementation
-BROKEN= "Does not build"
+ROKEN= "Does not build"
USE_XLIB= yes
.if !exists(/usr/lib/libkafs.a)
-BROKEN= requires kerberos
+IGNORE= requires kerberos
.endif
.if !exists(/usr/src/sys/kern/vnode_if.src)
-BROKEN= requires kernel source
+IGNORE= requires kernel source
.endif
GNU_CONFIGURE= yes
diff --git a/net/ncplib/Makefile b/net/ncplib/Makefile
index 5d1603af82f0..cb3b327cbc2e 100644
--- a/net/ncplib/Makefile
+++ b/net/ncplib/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= bp@butya.kz
COMMENT= Client for Novell NetWare servers
.if !exists(/usr/src/sys/kern/vnode_if.src)
-BROKEN= requires kernel source
+IGNORE= requires kernel source
.endif
IS_INTERACTIVE= true