diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-24 18:40:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-24 18:40:29 +0000 |
commit | b2eb86a9b0a4e90136d06d021de59c65b472c2ba (patch) | |
tree | 3d4336af859838cdcaaceb3828c2400b99e0a70c /audio/lmms | |
parent | 67a38b0c2eb7fea42bbe2362660a2bd76b61dd9f (diff) | |
download | ports-b2eb86a9b0a4e90136d06d021de59c65b472c2ba.tar.gz ports-b2eb86a9b0a4e90136d06d021de59c65b472c2ba.zip |
Notes
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> |