diff options
author | brooks <brooks@FreeBSD.org> | 2007-02-06 02:03:58 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2007-02-06 02:03:58 +0800 |
commit | ac4dcb4a74c885eaff0bafda18d2112e753682c2 (patch) | |
tree | 8274aa1cd3e387d5c5d54e4f65800dbf6d470c02 /sysutils/sge62 | |
parent | 5eb5c8c6aa93cb11483a2e086f451d800a6b7b06 (diff) | |
download | freebsd-ports-gnome-ac4dcb4a74c885eaff0bafda18d2112e753682c2.tar.gz freebsd-ports-gnome-ac4dcb4a74c885eaff0bafda18d2112e753682c2.tar.zst freebsd-ports-gnome-ac4dcb4a74c885eaff0bafda18d2112e753682c2.zip |
Now that RELENG_4 is no longer supported, remove seatbelts preventing
these ports from being built there (and on pre-STABLE 5).
Diffstat (limited to 'sysutils/sge62')
-rw-r--r-- | sysutils/sge62/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysutils/sge62/Makefile b/sysutils/sge62/Makefile index 4c7b4899a30d..e6c4968f2ead 100644 --- a/sysutils/sge62/Makefile +++ b/sysutils/sge62/Makefile @@ -99,14 +99,6 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite .include <bsd.port.pre.mk> -.if ${OSVERSION} < 503000 -.if ${OSVERSION} < 500000 -BROKEN= "does not build without libpthread" -.else -IGNORE= is not supported for FreeBSD < 5.3 -.endif -.endif - .if defined(WITH_BDB) LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 PLIST_SUB+= BDB_SPOOL= |