diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-12 06:21:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-12 06:21:28 +0000 |
commit | 682ff12707e11c7066dafcbeab1512acd8fa97e7 (patch) | |
tree | 8b472cf3b40a2342c97bae726ecdff2b7ab387d5 | |
parent | 4c1c7e737bc6a76ad7132af1bb911332547f32ae (diff) | |
download | freebsd-ports-682ff12707e11c7066dafcbeab1512acd8fa97e7.zip |
- BROKEN does not build on 4.X
Submitted by: pointyhat via kris
-rw-r--r-- | audio/dream/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/dream/Makefile b/audio/dream/Makefile index 53b8d9214d7a..7314c7e0f641 100644 --- a/audio/dream/Makefile +++ b/audio/dream/Makefile @@ -32,4 +32,10 @@ post-patch: @${REINPLACE_CMD} -e 's|neaacdec.h|faad.h|g' ${WRKSRC}/common/sourcedecoders/AudioSourceDecoder.cpp @${REINPLACE_CMD} -e 's|DRMCH_SBR_PS_STEREO|DRMCH_SBR_STEREO|g' ${WRKSRC}/common/sourcedecoders/AudioSourceDecoder.cpp -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not build on 4.x +.endif + +.include <bsd.port.post.mk> |