diff options
author | pav <pav@FreeBSD.org> | 2008-07-09 06:21:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-09 06:21:51 +0800 |
commit | 395b42b502ce1b2b2895e8b754b26dfb4d747ad0 (patch) | |
tree | a6d8dca47d5b0045f3ac31502e791031091bf29d /audio | |
parent | 8733a4e09b727e8390e33db8bc66eaedef1f6529 (diff) | |
download | freebsd-ports-graphics-395b42b502ce1b2b2895e8b754b26dfb4d747ad0.tar.gz freebsd-ports-graphics-395b42b502ce1b2b2895e8b754b26dfb4d747ad0.tar.zst freebsd-ports-graphics-395b42b502ce1b2b2895e8b754b26dfb4d747ad0.zip |
- Still broken on 6.x
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sineshaper/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/sineshaper/Makefile b/audio/sineshaper/Makefile index ce6ed5cf94a..79d1a84143f 100644 --- a/audio/sineshaper/Makefile +++ b/audio/sineshaper/Makefile @@ -26,7 +26,13 @@ USE_GCC= 4.2+ CFLAGS+= -I${LOCALBASE}/include/dssi USE_AUTOTOOLS= autoconf:261 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.mk> +.include <bsd.port.post.mk> |