aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-23 03:13:42 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-23 03:13:42 +0000
commit81c0e673d840cb0611f70683572cbd1470185be9 (patch)
tree1011689e4a4f1d8095f501b47a2eed0717be304d /net
parent1a37a69510578b7edfb997b2bd94f392ba2c1596 (diff)
downloadports-81c0e673d840cb0611f70683572cbd1470185be9.tar.gz
ports-81c0e673d840cb0611f70683572cbd1470185be9.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/userfw/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/userfw/Makefile b/net/userfw/Makefile
index 64930e42b400..e03fa4686156 100644
--- a/net/userfw/Makefile
+++ b/net/userfw/Makefile
@@ -12,21 +12,20 @@ MAINTAINER= gelraen.ua@gmail.com
COMMENT= Modular packet filter
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
SSP_UNSAFE= kernel module does not support ssp
-USES= cmake:outsource kmod tar:xz
+USES= cmake:outsource kmod tar:xz uidfix
USE_LDCONFIG= yes
+BROKEN_powerpc= does not compile
+
.include <bsd.port.pre.mk>
.if !exists(${SRC_BASE}/sys/sys/module.h)
IGNORE= requires kernel source files
.endif
-.if ${ARCH} == "powerpc"
-BROKEN= Does not compile on powerpc
-.endif
-
CMAKE_ARGS+= -DDOMAIN_STUB:BOOL=OFF
CMAKE_ARGS+= -DOPCODE_VERIFICATION:BOOL=OFF
CMAKE_ARGS+= -DKMODDIR="${KMODDIR}"