diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-08 18:34:08 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-08 18:34:08 +0000 |
commit | f57d87ff1a2fc838e61aac261dbb01e2aedb3b15 (patch) | |
tree | 353f4ad2a152d9a9999aa1a3d20313ea757f0c9e /graphics/impress | |
parent | 88feb3aad12ca7f7dd09c63416bfe1412f1771e4 (diff) | |
download | pkgsrc-f57d87ff1a2fc838e61aac261dbb01e2aedb3b15.tar.gz |
Switch to Tcl/Tk-8.4.
Diffstat (limited to 'graphics/impress')
-rw-r--r-- | graphics/impress/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/impress/Makefile b/graphics/impress/Makefile index ac1b81a78f7..d6e68451ec4 100644 --- a/graphics/impress/Makefile +++ b/graphics/impress/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/01/08 18:28:20 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2005/01/08 18:34:08 minskim Exp $ # DISTNAME= imp1.1b9 @@ -12,8 +12,8 @@ HOMEPAGE= http://www.ntlug.org/~ccox/impress/ COMMENT= WYSIWYG vector graphics application DEPENDS+= pstoedit>=3.19:../../graphics/pstoedit -DEPENDS+= tcl>=8.3.2nb2:../../lang/tcl83 -DEPENDS+= tk>=8.3.2nb1:../../x11/tk83 +DEPENDS+= tcl>=8.3.2nb2:../../lang/tcl +DEPENDS+= tk>=8.3.2nb1:../../x11/tk WRKSRC= ${WRKDIR}/impress-1.1b9 |