diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-12 17:09:56 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-12 17:09:56 +0000 |
commit | a42bab6712aa6da2da42f464eb7e9f8a7cfe4bea (patch) | |
tree | eb23b58b06cddf5af1f03690e74f8a8d0dc427d5 /net | |
parent | Update to 1.0465 (diff) |
the port depends on heimdal but is conflicting with it by installing files
with the same name already used by heimdal
Notes
Notes:
svn path=/head/; revision=135142
Diffstat (limited to 'net')
-rw-r--r-- | net/arla/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index e2d27cd9864d..efecb1d4e68c 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -18,10 +18,14 @@ USE_RC_SUBR= arla.sh USE_INC_LIBTOOL_VER=15 INSTALLS_SHLIB= yes +BROKEN= Broken pkg-plist + .if !exists(/usr/src/sys/kern/vnode_if.src) IGNORE= requires kernel source .endif +CONFIGURE_ARGS= --with-roken=${LOCALBASE} + .if defined(WITHOUT_KRB5) CONFIGURE_ARGS+=--without-krb5 .elif !defined(WITH_SYSTEM_HEIMDAL) |