diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-21 20:16:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-21 20:16:26 +0000 |
commit | 521487c36790fabb1e6b1524f79e6ed86ce0496a (patch) | |
tree | b84b1c80c3504129cb537ee6dc11195af91521b0 /x11/tk/Makefile | |
parent | bf088a04ac8f08ff49e21e07adb671e44af78d51 (diff) | |
download | pkgsrc-521487c36790fabb1e6b1524f79e6ed86ce0496a.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/Makefile | 3 |
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 |