aboutsummaryrefslogtreecommitdiff
path: root/devel/newt
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-16 06:27:56 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-16 06:27:56 +0000
commitabf5b5ffc09b367c1d6e4537c8f5e2473c14e670 (patch)
tree2e22cb4768c6b41b24fe161ae7a3c7a4536ed6c0 /devel/newt
parent184f8b1f5a5dce5332d9b8f4bb170da1df68af6a (diff)
downloadports-abf5b5ffc09b367c1d6e4537c8f5e2473c14e670.tar.gz
ports-abf5b5ffc09b367c1d6e4537c8f5e2473c14e670.zip
Notes
Diffstat (limited to 'devel/newt')
-rw-r--r--devel/newt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/newt/Makefile b/devel/newt/Makefile
index 9172322d60ba..302990251dd0 100644
--- a/devel/newt/Makefile
+++ b/devel/newt/Makefile
@@ -42,6 +42,8 @@ PLIST_SUB+= PYTHONOPT="@comment "
.if defined(WITH_TCL)
TCLSUFFIX= -${TCL_NODOT}
LIB_DEPENDS+= ${TCL_NODOT}:${PORTSDIR}/lang/${TCL_NODOT}
+
+MAKE_JOBS_SAFE= yes
MAKE_ENV+= WITH_TCL=yes
PLIST_SUB+= TCLOPT=""
.else