diff options
author | bjoern <bjoern> | 2001-12-23 17:21:02 +0000 |
---|---|---|
committer | bjoern <bjoern> | 2001-12-23 17:21:02 +0000 |
commit | 35640583a5a78309b0cb0d7d35dae62e2005f1e3 (patch) | |
tree | 6f65f59a7dd1f5a55440c6c0608a5f901ae1148c /lang | |
parent | 4bce268c7cde5581acfe36462f475d0ed6da4ad2 (diff) | |
download | pkgsrc-35640583a5a78309b0cb0d7d35dae62e2005f1e3.tar.gz |
Update the path to the source code of the new version of
Tcl and Tk
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl-itcl/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/tcl-itcl/Makefile b/lang/tcl-itcl/Makefile index 3741b36b102..a28add9bfcb 100644 --- a/lang/tcl-itcl/Makefile +++ b/lang/tcl-itcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/12/15 20:25:37 agc Exp $ +# $NetBSD: Makefile,v 1.5 2001/12/23 17:21:02 bjoern Exp $ DISTNAME= itcl3.2 PKGNAME= tcl-itcl-3.2 @@ -9,15 +9,15 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://tcltk.com/itcl/ COMMENT= [incr Tcl] object-oriented extension to Tcl/Tk -DEPENDS+= tcl>=8.3.2:../../lang/tcl -DEPENDS+= tk>=8.3.2:../../x11/tk +DEPENDS+= tcl>=8.3.4:../../lang/tcl +DEPENDS+= tk>=8.3.4:../../x11/tk GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --enable-shared -CONFIGURE_ENV+= TCL_SRC_DIR="${_PKGSRCDIR}/lang/tcl/${WRKDIR:T}/tcl8.3.2" -CONFIGURE_ENV+= TK_SRC_DIR="${_PKGSRCDIR}/x11/tk/${WRKDIR:T}/tk8.3.2" +CONFIGURE_ENV+= TCL_SRC_DIR="${_PKGSRCDIR}/lang/tcl/${WRKDIR:T}/tcl8.3.4" +CONFIGURE_ENV+= TK_SRC_DIR="${_PKGSRCDIR}/x11/tk/${WRKDIR:T}/tk8.3.4" post-extract: @${MV} -f ${WRKSRC}/iwidgets3.0.0/doc/dialog.n \ @@ -28,10 +28,10 @@ post-extract: ${WRKSRC}/iwidgets2.2.0/doc/itcldialog.n @${MV} -f ${WRKSRC}/iwidgets2.2.0/doc/menubar.n \ ${WRKSRC}/iwidgets2.2.0/doc/itclmenubar.n - @if [ ! -e ${_PKGSRCDIR}/lang/tcl/${WRKDIR:T}/tcl8.3.2 ]; then \ + @if [ ! -e ${_PKGSRCDIR}/lang/tcl/${WRKDIR:T}/tcl8.3.4 ]; then \ cd ../../lang/tcl && ${MAKE} extract; \ fi - @if [ ! -e ${_PKGSRCDIR}/x11/tk/${WRKDIR:T}/tk8.3.2 ]; then \ + @if [ ! -e ${_PKGSRCDIR}/x11/tk/${WRKDIR:T}/tk8.3.4 ]; then \ cd ../../x11/tk && ${MAKE} extract; \ fi |