diff options
Diffstat (limited to 'sysutils/sge')
-rw-r--r-- | sysutils/sge/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/sge/Makefile b/sysutils/sge/Makefile index dc13c4230eaa..d0071759c58a 100644 --- a/sysutils/sge/Makefile +++ b/sysutils/sge/Makefile @@ -92,6 +92,14 @@ 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= "Not supported for FreeBSD < 5.3" +.endif +.endif + .if defined(WITH_BDB) LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 PLIST_SUB+= BDB_SPOOL= |