aboutsummaryrefslogtreecommitdiff
path: root/net/tac_plus4
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2013-07-22 14:47:28 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2013-07-22 14:47:28 +0000
commit2642eabda12e8842a24085c1061b63906fc26d9d (patch)
tree9cdb6b910ad92dab7d81949ad961e6691250005f /net/tac_plus4
parent841f2723826fe04d74371937910601d8e65fa5ac (diff)
downloadports-2642eabda12e8842a24085c1061b63906fc26d9d.tar.gz
ports-2642eabda12e8842a24085c1061b63906fc26d9d.zip
Notes
Diffstat (limited to 'net/tac_plus4')
-rw-r--r--net/tac_plus4/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/tac_plus4/Makefile b/net/tac_plus4/Makefile
index efdf9b9f09c6..c0c4bdf3c7ae 100644
--- a/net/tac_plus4/Makefile
+++ b/net/tac_plus4/Makefile
@@ -23,6 +23,12 @@ MAN8= tac_plus.8 tac_pwd.8
CONFLICTS= ru-tac+ia-[0-9]* tac_plus-libradius-[0-9]*
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+MAKE_JOBS_UNSAFE= yes
+.endif
+
# check expiration dates against 'expire' field of master.passwd file
.if defined(TAC_EXPIRE_MASTER_PASSWD)
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-bb
@@ -54,4 +60,4 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/tac_convert ${PREFIX}/share/doc/tac_plus
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>