diff options
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> |