pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/tcllib Use the tools framework to use tclsh.
details: https://anonhg.NetBSD.org/pkgsrc/rev/fc4a899a83f7
branches: trunk
changeset: 517917:fc4a899a83f7
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Aug 25 10:56:55 2006 +0000
description:
Use the tools framework to use tclsh.
diffstat:
devel/tcllib/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 482f96d4b8a6 -r fc4a899a83f7 devel/tcllib/Makefile
--- a/devel/tcllib/Makefile Fri Aug 25 10:03:02 2006 +0000
+++ b/devel/tcllib/Makefile Fri Aug 25 10:56:55 2006 +0000
@@ -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 @@
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 @@
post-patch:
@${FIND} ${WRKSRC} -name \*.orig | ${XARGS} ${RM}
-.include "../../lang/tcl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index