aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-02-02 04:33:48 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-02-02 04:33:48 +0800
commit72b406593e631f9f4a3cc4570addc99b07db4574 (patch)
treef53f7f797f8a08a30c627f595a62b73594b186d6 /sysutils
parent0b7b6040464f1494eeda96d2572634e9ca5d1ec8 (diff)
downloadfreebsd-ports-gnome-72b406593e631f9f4a3cc4570addc99b07db4574.tar.gz
freebsd-ports-gnome-72b406593e631f9f4a3cc4570addc99b07db4574.tar.zst
freebsd-ports-gnome-72b406593e631f9f4a3cc4570addc99b07db4574.zip
Mark broken on 11.x
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/scprotect/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/scprotect/Makefile b/sysutils/scprotect/Makefile
index babadad11b0a..80061f11492a 100644
--- a/sysutils/scprotect/Makefile
+++ b/sysutils/scprotect/Makefile
@@ -15,7 +15,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
CFLAGS+= -DWITH_SCPROTECT_LIST
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 1100000
+BROKEN= does not build on 11.x
+.endif
+
post-extract:
@cd ${WRKSRC}/kmod && ${RM} -f machine
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>