mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
BROKEN if kerberos not installed. Do check and report as broken if so.
This commit is contained in:
parent
c121cf5727
commit
6158d64b91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18309
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user