summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjwise <jwise>2004-03-22 16:14:02 +0000
committerjwise <jwise>2004-03-22 16:14:02 +0000
commit9266f6a4dece0589deadb44165bb1480f70ece11 (patch)
tree1552e7abf113d353e489ac5ecfc6b731d0cfc47d /lang
parentc12a91cb20d1d299037a71d6d7fbeda991d1af5e (diff)
downloadpkgsrc-9266f6a4dece0589deadb44165bb1480f70ece11.tar.gz
Build thread-safe versions of tcl and tk. Bump PKG_REVISION to nb1 to match.
Diffstat (limited to 'lang')
-rw-r--r--lang/tcl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile
index 7b0e1586488..4471d31364e 100644
--- a/lang/tcl/Makefile
+++ b/lang/tcl/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.27 2004/03/08 22:14:18 minskim Exp $
+# $NetBSD: Makefile,v 1.28 2004/03/22 16:14:02 jwise Exp $
#
DISTNAME= tcl8.4.6-src
PKGNAME= tcl-8.4.6
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/}
@@ -29,7 +30,7 @@ PLIST_SUBST+= SHLIB_SUFX="${SHLIB_SUFX}"
# Initially install the man pages into ${WRKDIR}/man, as we need a staged
# install to avoid overwriting existing manpages in ${PREFIX}/man.
#
-CONFIGURE_ARGS+= --mandir=${WRKDIR}/man
+CONFIGURE_ARGS+= --mandir=${WRKDIR}/man --enable-threads
# Add ${VIEWBASE}/lib/tcl to the list of locations for Tcl packages.
CONFIGURE_ENV+= TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl"