summaryrefslogtreecommitdiff
path: root/x11/tk/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-21 20:16:26 +0000
committerjlam <jlam>2001-06-21 20:16:26 +0000
commit08dd20a01cd04dc1cfcf0a56b7c5c4376274ec1a (patch)
treeb84b1c80c3504129cb537ee6dc11195af91521b0 /x11/tk/Makefile
parente106c40b169516231592addc787279259905aa41 (diff)
downloadpkgsrc-08dd20a01cd04dc1cfcf0a56b7c5c4376274ec1a.tar.gz
Touch ${TK_LIB_FILE} during build so that it doesn't have to be re-linked
during installation.
Diffstat (limited to 'x11/tk/Makefile')
-rw-r--r--x11/tk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/tk/Makefile b/x11/tk/Makefile
index d470986c896..3c42947b830 100644
--- a/x11/tk/Makefile
+++ b/x11/tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/06/21 19:40:47 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2001/06/21 20:16:26 jlam Exp $
DISTNAME= tk8.3.2
PKGNAME= tk-8.3.2nb1
@@ -13,6 +13,7 @@ COMMENT= Graphical toolkit for TCL
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_DIR}/lib
+MAKE_ENV+= TOUCH="${TOUCH}"
USE_X11= yes
USE_BUILDLINK_ONLY= yes