aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-05-26 01:15:53 +0800
committercrees <crees@FreeBSD.org>2012-05-26 01:15:53 +0800
commitb485108887b09479aeaf9af384ff467f2a7a4c15 (patch)
treec9a4a3acee5a82c8d07964bfa98d324f9b4a23ba /security
parent82ff6f48b1fb668240c111de48e763276130559b (diff)
downloadfreebsd-ports-gnome-b485108887b09479aeaf9af384ff467f2a7a4c15.tar.gz
freebsd-ports-gnome-b485108887b09479aeaf9af384ff467f2a7a4c15.tar.zst
freebsd-ports-gnome-b485108887b09479aeaf9af384ff467f2a7a4c15.zip
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)
Diffstat (limited to 'security')
-rw-r--r--security/bsmtrace/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/bsmtrace/Makefile b/security/bsmtrace/Makefile
index a4a749fcc0fa..566c097bad2f 100644
--- a/security/bsmtrace/Makefile
+++ b/security/bsmtrace/Makefile
@@ -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>