summaryrefslogtreecommitdiff
path: root/lang/tk-tclX
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-03-08 20:27:13 +0000
committerminskim <minskim@pkgsrc.org>2004-03-08 20:27:13 +0000
commit2827f5b2d8643908ee9a408f4fbcd3142928d9d9 (patch)
treea22a88a0ee3e38f7dc7ad6fe9c4f36034606ed4b /lang/tk-tclX
parentbeb854f26a9087ad927ea6f83c842c610ae4e995 (diff)
downloadpkgsrc-2827f5b2d8643908ee9a408f4fbcd3142928d9d9.tar.gz
Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
Diffstat (limited to 'lang/tk-tclX')
-rw-r--r--lang/tk-tclX/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/tk-tclX/Makefile b/lang/tk-tclX/Makefile
index e718da30b9a..5433d0c8285 100644
--- a/lang/tk-tclX/Makefile
+++ b/lang/tk-tclX/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/03/08 19:52:51 minskim Exp $
+# $NetBSD: Makefile,v 1.15 2004/03/08 20:27:14 minskim Exp $
#
DISTNAME= tclX8.2.0
@@ -10,7 +10,7 @@ MAINTAINER= jwise@NetBSD.org
HOMEPAGE= http://www.neosoft.com/TclX/
COMMENT= Extended Tcl (TclX), a set of Tcl extensions for system programming
-DEPENDS+= tk>=8.3.4:../../x11/tk
+DEPENDS+= tk>=8.3.4:../../x11/tk83
DEPENDS+= tcl-tclX-8.2.0:../../lang/tcl-tclX
CONFLICTS+= tclX-[0-9]*
@@ -40,12 +40,12 @@ post-extract:
cd ../../lang/tcl83 && ${MAKE} extract; \
fi
@if [ ! -e ${_PKGSRCDIR}/x11/tk/${WRKDIR:T}/tk8.3.4 ]; then \
- cd ../../x11/tk && ${MAKE} extract; \
+ cd ../../x11/tk83 && ${MAKE} extract; \
fi
pre-clean:
@cd ../../lang/tcl83 && ${MAKE} clean
- @cd ../../x11/tk && ${MAKE} clean
+ @cd ../../x11/tk83 && ${MAKE} clean
do-build:
@cd ${WRKSRC}/../tk/unix && ${MAKE_ENV} ${MAKE}