diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2007-02-05 18:03:58 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2007-02-05 18:03:58 +0000 |
commit | 638fc7f4cd2f485a34c1db477c63f68c721ddbce (patch) | |
tree | e2c6e7c686007cd1d56e1e1a018c4c3ba922e8e6 /sysutils/sge | |
parent | 4efce3486b7761797bd629e52b1e4b89bad1e18a (diff) | |
download | ports-638fc7f4cd2f485a34c1db477c63f68c721ddbce.tar.gz ports-638fc7f4cd2f485a34c1db477c63f68c721ddbce.zip |
Notes
Diffstat (limited to 'sysutils/sge')
-rw-r--r-- | sysutils/sge/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysutils/sge/Makefile b/sysutils/sge/Makefile index 4c7b4899a30d..e6c4968f2ead 100644 --- a/sysutils/sge/Makefile +++ b/sysutils/sge/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= |