diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 07:58:00 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 07:58:00 +0000 |
commit | f79fd0de069842af39c6f389ca82909b8f9bb218 (patch) | |
tree | 6a051ed5253282cb61625750ba236fed51f27660 /audio/dream | |
parent | 0bf075c64bc51fddcfb7d84108240ec9af476bac (diff) |
Notes
Diffstat (limited to 'audio/dream')
-rw-r--r-- | audio/dream/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/dream/Makefile b/audio/dream/Makefile index fe02c14e384e..b8d12017a012 100644 --- a/audio/dream/Makefile +++ b/audio/dream/Makefile @@ -32,10 +32,4 @@ 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.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not build on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |