diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/scprotect/Makefile | 8 |
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> |