From 7e86306982027377c1d1f80ccfaf840a77b2ec8b Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Fri, 25 May 2012 17:15:53 +0000 Subject: Set MAKE_JOBS_UNSAFE-- does not build with FORCE_MAKE_JOBS PR: ports/167599 Submitted by: Bryan Drewery Reviewed by: Approved by: alm (maintainer) Remove compatibility for FreeBSD <7; obsolete versions PR: ports/168280 Submitted by: crees Approved by: alm (maintainer) --- security/bsmtrace/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'security/bsmtrace') 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 -.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 +.include -- cgit v1.2.3