diff options
Diffstat (limited to 'net/arla')
-rw-r--r-- | net/arla/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 27690172fe1c..fd7221899f6f 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -3,7 +3,7 @@ # Date created: 09 Sep 1998 # Whom: Peter Hawkins <thepish@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/09/15 04:28:20 asami Exp $ +# $Id: Makefile,v 1.4 1998/12/01 08:31:44 asami Exp $ # DISTNAME= arla-0.9 @@ -12,7 +12,9 @@ MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ MAINTAINER= thepish@freebsd.org -#BUILD_DEPENDS= /usr/lib/libkafs.a:/usr/src/kerberosIV/lib/libkafs +.if !exists(/usr/lib/libkafs.a) +BROKEN= requires kerberos +.endif .if !exists(/usr/src/sys/kern/vnode_if.src) BROKEN= requires kernel source |