diff options
Diffstat (limited to 'audio/lmms')
-rw-r--r-- | audio/lmms/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index 117df993d0b7..096159f2a269 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -60,4 +60,8 @@ post-install: BROKEN= fails to install .endif +.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64" +BROKEN= does not compile +.endif + .include <bsd.port.post.mk> |