diff options
-rw-r--r-- | net/wmwave/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/wmwave/Makefile b/net/wmwave/Makefile index 2e741794cc7a..8fe56b781c73 100644 --- a/net/wmwave/Makefile +++ b/net/wmwave/Makefile @@ -41,4 +41,8 @@ do-install: IGNORE= needs API available in FreeBSD 6.X and later .endif +.if ${OSVERSION} >= 800036 +BROKEN= does not compile +.endif + .include <bsd.port.post.mk> |