diff options
-rw-r--r-- | audio/tcl-snack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/tcl-snack/Makefile b/audio/tcl-snack/Makefile index 5f89685e35d..ba0e3f48704 100644 --- a/audio/tcl-snack/Makefile +++ b/audio/tcl-snack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/08/25 18:34:39 gson Exp $ +# $NetBSD: Makefile,v 1.2 2002/08/26 00:01:32 gson Exp $ DISTNAME= snack2.2a2 PKGNAME= tcl-snack-2.2a2 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.speech.kth.se/snack/ COMMENT= The Snack Sound Toolkit DEPENDS+= tcl>=8.0:../../lang/tcl +DEPENDS+= tk>=8.0:../../x11/tk GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES WRKSRC= ${WRKDIR}/${DISTNAME}/unix |