aboutsummaryrefslogtreecommitdiff
path: root/audio/lmms
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-11-24 18:40:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-11-24 18:40:29 +0000
commitb2eb86a9b0a4e90136d06d021de59c65b472c2ba (patch)
tree3d4336af859838cdcaaceb3828c2400b99e0a70c /audio/lmms
parent67a38b0c2eb7fea42bbe2362660a2bd76b61dd9f (diff)
downloadports-b2eb86a9b0a4e90136d06d021de59c65b472c2ba.tar.gz
ports-b2eb86a9b0a4e90136d06d021de59c65b472c2ba.zip
Notes
Diffstat (limited to 'audio/lmms')
-rw-r--r--audio/lmms/Makefile4
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>