diff options
author | minskim <minskim@pkgsrc.org> | 2006-08-25 10:56:55 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-08-25 10:56:55 +0000 |
commit | 2739aa2b3ad592f7746cc35fac4d8717bf067b69 (patch) | |
tree | 64af340df69c37060d3e3d3f25ff541e83882e80 /devel/tcllib | |
parent | 6220854e14e0b740b9f30a551facf4d2ba05b7fc (diff) | |
download | pkgsrc-2739aa2b3ad592f7746cc35fac4d8717bf067b69.tar.gz |
Use the tools framework to use tclsh.
Diffstat (limited to 'devel/tcllib')
-rw-r--r-- | devel/tcllib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile index 3e158503f24..e2f90821388 100644 --- a/devel/tcllib/Makefile +++ b/devel/tcllib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/04/22 09:22:08 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/08/25 10:56:55 minskim Exp $ # DISTNAME= tcllib-1.8 @@ -12,6 +12,9 @@ COMMENT= Collection of utility modules for Tcl GNU_CONFIGURE= yes NO_BUILD= yes +USE_TOOLS+= tclsh:run + +CONFIGURE_ENV+= ac_cv_path_tclsh=${TCLSH:Q} SUBST_CLASSES+= fix SUBST_STAGE.fix= post-patch @@ -22,5 +25,4 @@ SUBST_MESSAGE.fix= Fixing hardcoded ftp binary post-patch: @${FIND} ${WRKSRC} -name \*.orig | ${XARGS} ${RM} -.include "../../lang/tcl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |