diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-03-13 11:45:56 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-03-13 11:45:56 +0000 |
commit | 3cde5bcfb2188bfb0499c29929f59277a2ede320 (patch) | |
tree | fca64ad88b4803658448b71a6389a2d7102b60d2 /audio/lmms | |
parent | ab0a5b92218131662db3cf6d84a55ad11867feeb (diff) | |
download | ports-3cde5bcfb2188bfb0499c29929f59277a2ede320.tar.gz ports-3cde5bcfb2188bfb0499c29929f59277a2ede320.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 0bfcfa435482..32b029092ccf 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -53,6 +53,10 @@ MAN1= lmms.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800501 +BROKEN= does not build +.endif + .if defined(WITH_JACK) LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack .else |