diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 08:01:47 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 08:01:47 +0000 |
commit | 03dc16c58f78f5d8f535620bf81ff8128b0f536f (patch) | |
tree | 044c79807b6964e69786e6429e99c15f6701bde2 | |
parent | 501d5283df15c5878909fb2a9392552a7d9e7644 (diff) | |
download | ports-03dc16c58f78f5d8f535620bf81ff8128b0f536f.tar.gz ports-03dc16c58f78f5d8f535620bf81ff8128b0f536f.zip |
[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
-rw-r--r-- | audio/mixxx/Makefile | 4 |
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 |