aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-05-02 16:01:47 +0800
committeredwin <edwin@FreeBSD.org>2007-05-02 16:01:47 +0800
commit58e1a6f8d24294e5f1b7134eaf6d6cebe4c19072 (patch)
tree4f3bbc46a71b36060b77592a91c6c0b982a5f44e
parentf82d605ab87bbef4f33b334fa9d39e574470bef9 (diff)
downloadfreebsd-ports-gnome-58e1a6f8d24294e5f1b7134eaf6d6cebe4c19072.tar.gz
freebsd-ports-gnome-58e1a6f8d24294e5f1b7134eaf6d6cebe4c19072.tar.zst
freebsd-ports-gnome-58e1a6f8d24294e5f1b7134eaf6d6cebe4c19072.zip
[patch] cleanup non-supported FreeBSD versions
PR: ports/111676 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
-rw-r--r--audio/mixxx/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile
index 380d0d10eaee..44cd04c82d41 100644
--- a/audio/mixxx/Makefile
+++ b/audio/mixxx/Makefile
@@ -38,10 +38,6 @@ MAKE_ENV= QTDIR="${QT_PREFIX}"
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= does not compile on FreeBSD 4.x, due to lack of pselect() in libc
-.endif
-
.if ${OSVERSION} < 503001
IGNORE= does not compile on FreeBSD < 5.3, due to lack of round() in libm
.endif