diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-18 18:51:38 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-18 18:51:38 +0800 |
commit | bff8d668b76b3ea2942ba0086220048c93673fc7 (patch) | |
tree | 68fc763eb475d9ba60bea8f2b5d051e0c33823ec | |
parent | 8a3ee73dceb5a08d6c571d75b427b7781d05a16f (diff) | |
download | freebsd-ports-gnome-bff8d668b76b3ea2942ba0086220048c93673fc7.tar.gz freebsd-ports-gnome-bff8d668b76b3ea2942ba0086220048c93673fc7.tar.zst freebsd-ports-gnome-bff8d668b76b3ea2942ba0086220048c93673fc7.zip |
- Marked broken for 5.X
Submitted by: pointyhat
Approved by: maintainer
-rw-r--r-- | audio/caps-plugins/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/caps-plugins/Makefile b/audio/caps-plugins/Makefile index ea50fb405009..234c40c630e2 100644 --- a/audio/caps-plugins/Makefile +++ b/audio/caps-plugins/Makefile @@ -28,4 +28,8 @@ PLIST_FILES= lib/ladspa/caps.so CFLAGS+= -O6 -ffast-math -funroll-loops .endif +.if ${OSVERSION} < 600000 +BROKEN= Does not compile on 5.x +.endif + .include <bsd.port.post.mk> |