diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-27 20:02:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-27 20:02:10 +0000 |
commit | 4ce05da19d245f1a077f13372d3717763fd4c8ac (patch) | |
tree | a654853a1bed6e561192d11c4b694ba6d98386e8 /audio | |
parent | 3f045411d0ad38e07e194abbf5a4e0fd9ff187ba (diff) | |
download | freebsd-ports-4ce05da19d245f1a077f13372d3717763fd4c8ac.zip |
- Mark BROKEN everywhere now
Reported by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sineshaper/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/sineshaper/Makefile b/audio/sineshaper/Makefile index 114eae335356..78239d993087 100644 --- a/audio/sineshaper/Makefile +++ b/audio/sineshaper/Makefile @@ -26,13 +26,9 @@ USE_GCC= 4.2+ CFLAGS+= -I${LOCALBASE}/include/dssi USE_AUTOTOOLS= autoconf:262 automake:110:env libtool:15 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 BROKEN= does not compile -.endif pre-configure: cd ${WRKSRC} && ${AUTORECONF} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |