diff options
Diffstat (limited to 'net/arla/Makefile')
-rw-r--r-- | net/arla/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |