summaryrefslogtreecommitdiff
path: root/audio/mixxx
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 08:01:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-05-02 08:01:47 +0000
commit03dc16c58f78f5d8f535620bf81ff8128b0f536f (patch)
tree044c79807b6964e69786e6429e99c15f6701bde2 /audio/mixxx
parent[patch] cleanup non-supported FreeBSD versions (diff)
[patch] cleanup non-supported FreeBSD versions
PR: ports/111676 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=191392
Diffstat (limited to 'audio/mixxx')
-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