diff options
author | brooks <brooks@FreeBSD.org> | 2008-04-22 00:59:11 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2008-04-22 00:59:11 +0800 |
commit | aef474af97426ba9cb7b4dbc00ab5d3d520eaa5b (patch) | |
tree | 98c416750d14056a56172c5c44a2a03d8c312dbf /sysutils/sge60 | |
parent | 94ae8d23f02fbfcd203923d5cf8eef3569cd1163 (diff) | |
download | freebsd-ports-gnome-aef474af97426ba9cb7b4dbc00ab5d3d520eaa5b.tar.gz freebsd-ports-gnome-aef474af97426ba9cb7b4dbc00ab5d3d520eaa5b.tar.zst freebsd-ports-gnome-aef474af97426ba9cb7b4dbc00ab5d3d520eaa5b.zip |
I accidently broke building on 5.x in rev 1.34. Since both FreeBSD 5.x and
SGE 6.0 are obsolete, just mark the port borken for 5.x.
Reported by: pointyhat (via pav)
Diffstat (limited to 'sysutils/sge60')
-rw-r--r-- | sysutils/sge60/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/sge60/Makefile b/sysutils/sge60/Makefile index 20c72f2f609e..446e07eb3539 100644 --- a/sysutils/sge60/Makefile +++ b/sysutils/sge60/Makefile @@ -93,6 +93,10 @@ EXCEPTFILES= arc_depend_irix.asc arc_depend_solaris.asc man testsuite .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 +BROKEN= missing pthread type defs in sys/types.h +.endif + .if defined(WITH_BDB) LIB_DEPENDS= db-4.2:${PORTSDIR}/databases/db42 PLIST_SUB+= BDB_SPOOL= |