diff options
-rw-r--r-- | net/userfw/Makefile | 9 |
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}" |