summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
Diffstat (limited to 'cad')
-rw-r--r--cad/gwave/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/gwave/Makefile b/cad/gwave/Makefile
index 60c888057d36..77c285cc61ad 100644
--- a/cad/gwave/Makefile
+++ b/cad/gwave/Makefile
@@ -27,4 +27,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= sp2sp.1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
+.endif
+
+.include <bsd.port.post.mk>