diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-18 18:51:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-18 18:51:38 +0800 |
commit | 6ce5fc12de19eff3506b4b9f22515f270c1ac21e (patch) | |
tree | ac21b6c678cdfda02e4946f63a84aaacb849e6ac | |
parent | 793f4138ce74cc39e6eeb58e95c22caa0fee5ddb (diff) | |
download | freebsd-ports-gnome-6ce5fc12de19eff3506b4b9f22515f270c1ac21e.tar.gz freebsd-ports-gnome-6ce5fc12de19eff3506b4b9f22515f270c1ac21e.tar.zst freebsd-ports-gnome-6ce5fc12de19eff3506b4b9f22515f270c1ac21e.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> |