diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 10:01:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 10:01:29 +0800 |
commit | 30692bcf95616dd19481e08304ab4b7d2b142b8c (patch) | |
tree | 9d39f9a71f224f7ed908a4d37231bb94a3f01b5c /multimedia/quodlibet/Makefile | |
parent | 95e1b4adc3c217295ee0fb10edc368df8849ce34 (diff) | |
download | freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.tar.gz freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.tar.zst freebsd-ports-gnome-30692bcf95616dd19481e08304ab4b7d2b142b8c.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'multimedia/quodlibet/Makefile')
-rw-r--r-- | multimedia/quodlibet/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/multimedia/quodlibet/Makefile b/multimedia/quodlibet/Makefile index 7f5a8e45e518..577a22d7ab30 100644 --- a/multimedia/quodlibet/Makefile +++ b/multimedia/quodlibet/Makefile @@ -110,10 +110,6 @@ BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \ ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT} .endif -.if ${OSVERSION} < 500000 -IGNORE= is unsupported on FreeBSD 4.x -.endif - do-configure: @${PYTHON_CMD} ${WRKSRC}/check.py |