1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Set MAKE_JOBS_UNSAFE-- does not build with FORCE_MAKE_JOBS

PR:		ports/167599
Submitted by:	Bryan Drewery <bryan@shatow.net>
Reviewed by:
Approved by:	alm (maintainer)

Remove compatibility for FreeBSD <7; obsolete versions

PR:		ports/168280
Submitted by:	crees
Approved by:	alm (maintainer)
This commit is contained in:
Chris Rees 2012-05-25 17:15:53 +00:00
parent 9c08ea7fd8
commit 7e86306982
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297451

View File

@ -19,10 +19,7 @@ SUB_FILES= pkg-message
MAN1= bsmtrace.1
MAN5= bsmtrace.conf.5
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 602000
IGNORE= release 6.2-RELEASE or later is required
.endif
MAKE_JOBS_UNSAFE= yes
.if defined(WITH_PCRE)
LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre
@ -44,4 +41,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
.include <bsd.port.mk>