diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-05-25 17:15:53 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-05-25 17:15:53 +0000 |
commit | 7e86306982027377c1d1f80ccfaf840a77b2ec8b (patch) | |
tree | 56555493e8622b59ebd92e424d6886693b70df07 /security/bsmtrace | |
parent | 9c08ea7fd8fb3903db7a84f6db838ca136bd099f (diff) |
Notes
Diffstat (limited to 'security/bsmtrace')
-rw-r--r-- | security/bsmtrace/Makefile | 7 |
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> |