aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-05-02 15:58:00 +0800
committeredwin <edwin@FreeBSD.org>2007-05-02 15:58:00 +0800
commite96fd9c276e25ad550b2271cd772f8971e2324d2 (patch)
treee9b02f55edb966f7ab879a4c840697c13d62b1bb
parentb3ee66ef60d016931c66ed3c64a386b7ef8f5b68 (diff)
downloadfreebsd-ports-gnome-e96fd9c276e25ad550b2271cd772f8971e2324d2.tar.gz
freebsd-ports-gnome-e96fd9c276e25ad550b2271cd772f8971e2324d2.tar.zst
freebsd-ports-gnome-e96fd9c276e25ad550b2271cd772f8971e2324d2.zip
[patch] cleanup non-supported FreeBSD versions
PR: ports/111651 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
-rw-r--r--audio/dream/Makefile8
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>