diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-09-13 21:29:58 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-09-13 21:29:58 +0000 |
commit | 87ef6bb54fea5e14f21416d820de1a32a9868bb1 (patch) | |
tree | b6e01d3ca97fb9d007b74f2ee70748b490877613 /sysutils/sge61 | |
parent | - Remove dead master site (diff) |
Mark BROKEN for FreeBSD 4 and below due to build error and IGNORE for
5.x prior to 5.3 because I'm not going to support those releases.
Reported by: pointyhat (via kris)
Notes
Notes:
svn path=/head/; revision=142632
Diffstat (limited to 'sysutils/sge61')
-rw-r--r-- | sysutils/sge61/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/sge61/Makefile b/sysutils/sge61/Makefile index dc13c4230eaa..d0071759c58a 100644 --- a/sysutils/sge61/Makefile +++ b/sysutils/sge61/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= |