aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-05-13 01:09:56 +0800
committeroliver <oliver@FreeBSD.org>2005-05-13 01:09:56 +0800
commit1c7f7bd09ea700f9f01b3a24be08fb62ab8c23a6 (patch)
tree620989e5da1cd9581369fbb6cd53c31a52b71c53
parenta3af3db81d83cf2f9f144ad9a3ff7f5035d3b8bd (diff)
downloadfreebsd-ports-gnome-1c7f7bd09ea700f9f01b3a24be08fb62ab8c23a6.tar.gz
freebsd-ports-gnome-1c7f7bd09ea700f9f01b3a24be08fb62ab8c23a6.tar.zst
freebsd-ports-gnome-1c7f7bd09ea700f9f01b3a24be08fb62ab8c23a6.zip
the port depends on heimdal but is conflicting with it by installing files
with the same name already used by heimdal
-rw-r--r--net/arla/Makefile4
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)