summaryrefslogtreecommitdiff
path: root/net/arla
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-05-02 09:36:40 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-05-02 09:36:40 +0000
commit6158d64b91ae4ca79f3e726179f74bebbdcd1500 (patch)
tree7b49d88b1def549d4a6b73b1fc696ba41a27febe /net/arla
parentupdate to 2.24 (diff)
BROKEN if kerberos not installed. Do check and report as broken if so.
Notes
Notes: svn path=/head/; revision=18309
Diffstat (limited to 'net/arla')
-rw-r--r--net/arla/Makefile6
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