aboutsummaryrefslogtreecommitdiff
path: root/sysutils/scprotect
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-13 15:15:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-13 15:15:17 +0000
commit2f171cc2aed8024c4b4c1bcd706352e4800bdfed (patch)
tree788ef4d364b0ab6b61c0ca61e21b275b9a7e3539 /sysutils/scprotect
parent3ce0f2180809f6e79ba77264143a3d1b824a8d54 (diff)
downloadports-2f171cc2aed8024c4b4c1bcd706352e4800bdfed.tar.gz
ports-2f171cc2aed8024c4b4c1bcd706352e4800bdfed.zip
Notes
Diffstat (limited to 'sysutils/scprotect')
-rw-r--r--sysutils/scprotect/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/sysutils/scprotect/Makefile b/sysutils/scprotect/Makefile
index 63e13821c178..babadad11b0a 100644
--- a/sysutils/scprotect/Makefile
+++ b/sysutils/scprotect/Makefile
@@ -9,22 +9,13 @@ MASTER_SITES= http://dindin.ru/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Protect process from killing when the swap space is exhausted
-NO_PACKAGE= Needs to be compiled for specific kernel
-SSP_UNSAFE= kernel module does not support ssp
-
-USES= kmod
+USES= kmod uidfix
WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -DWITH_SCPROTECT_LIST
-.include <bsd.port.pre.mk>
-
-.if !exists(${SRC_BASE}/sys/Makefile)
-IGNORE= requires kernel sources
-.endif
-
post-extract:
@cd ${WRKSRC}/kmod && ${RM} -f machine
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>