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