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)
This commit is contained in:
parent
d935d3c32d
commit
d0d59c05f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211724
1 changed files with 4 additions and 0 deletions
|
@ -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=
|
||||
|
|
Loading…
Reference in a new issue