summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-09-12 06:21:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-09-12 06:21:28 +0000
commit682ff12707e11c7066dafcbeab1512acd8fa97e7 (patch)
tree8b472cf3b40a2342c97bae726ecdff2b7ab387d5
parent4c1c7e737bc6a76ad7132af1bb911332547f32ae (diff)
downloadfreebsd-ports-682ff12707e11c7066dafcbeab1512acd8fa97e7.zip
- BROKEN does not build on 4.X
Submitted by: pointyhat via kris
-rw-r--r--audio/dream/Makefile8
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>