diff options
author | jwise <jwise@pkgsrc.org> | 2000-08-31 15:02:25 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2000-08-31 15:02:25 +0000 |
commit | 501cbc5919b5f9e026ece02eac2b22f5b7422298 (patch) | |
tree | 73dd03b979cc7fc4eae8cc58a6fa96d5bd02bcb7 /net/xspeakfree | |
parent | 8dba45a0e5e4b0fd3b8e048db34d71690489e81b (diff) | |
download | pkgsrc-501cbc5919b5f9e026ece02eac2b22f5b7422298.tar.gz |
Adapt this package to tk-8.3.2.
Diffstat (limited to 'net/xspeakfree')
-rw-r--r-- | net/xspeakfree/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/xspeakfree/Makefile b/net/xspeakfree/Makefile index 12f14c3cf93..7573404902a 100644 --- a/net/xspeakfree/Makefile +++ b/net/xspeakfree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/07/29 03:14:18 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/31 15:02:25 jwise Exp $ DISTNAME= xspeakfree-0.8.1 CATEGORIES= net audio x11 @@ -8,11 +8,11 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.spearce.org/projects/xspeakfree/ DEPENDS+= speakfreely>=7.1:../../net/speakfreely -DEPENDS+= tk-8.0.*:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk NO_BUILD= yes -WISH= ${LOCALBASE}/bin/wish8.0 +WISH= ${LOCALBASE}/bin/wish post-extract: ${MV} ${WRKSRC}/bin/xspeakfree ${WRKSRC}/bin/xspeakfree.in |