diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-03-07 19:01:36 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-03-07 19:01:36 +0000 |
commit | ef5489af7b898ef891307cd48d579fe5bd810e22 (patch) | |
tree | b5d6531a424a4d6f9a1a32d0394c084d7f44b8cc /audio/timidity | |
parent | 332856e1e18debe6dc7e7c4259a9dba1e4f613ba (diff) | |
download | pkgsrc-ef5489af7b898ef891307cd48d579fe5bd810e22.tar.gz |
Actually, the install needs wish, to build the autoload index.
Diffstat (limited to 'audio/timidity')
-rw-r--r-- | audio/timidity/Makefile | 5 | ||||
-rw-r--r-- | audio/timidity/patches/patch-ab | 11 |
2 files changed, 13 insertions, 3 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 8c90415163e..59ea2899056 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -4,7 +4,7 @@ # Date created: 17 Nov 1996 # Whom: ache # -# $NetBSD: Makefile,v 1.6 1998/03/07 18:55:32 mycroft Exp $ +# $NetBSD: Makefile,v 1.7 1998/03/07 19:01:36 mycroft Exp $ # FreeBSD Id: Makefile,v 1.5 1997/09/07 22:08:13 ache Exp # @@ -17,7 +17,8 @@ DISTFILES= ${TIINS} ${DISTNAME}.tar.gz MAINTAINER= mycroft@NetBSD.ORG -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ + wish8.0:${PORTSDIR}/x11/tk80 LIB_DEPENDS= ncurses.3.4:${PORTSDIR}/devel/ncurses NO_CDROM= "Uses copyrighted patches" diff --git a/audio/timidity/patches/patch-ab b/audio/timidity/patches/patch-ab index 4b6c14ad369..3279993cd57 100644 --- a/audio/timidity/patches/patch-ab +++ b/audio/timidity/patches/patch-ab @@ -1,5 +1,5 @@ --- Makefile.orig Sun May 26 05:26:46 1996 -+++ Makefile Sat Mar 7 13:17:50 1998 ++++ Makefile Sat Mar 7 13:55:24 1998 @@ -24,22 +24,23 @@ # But where to change without revealing my secret identity? @@ -122,3 +122,12 @@ install.tk: $(ALLTCLF) $(INSTALL) -m 644 $(ALLTCLF) $(TCL_DIR) +@@ -281,7 +294,7 @@ + groff -man $< >$@ + + tclIndex: $(TCLF) +- echo 'auto_mkindex . *.tcl; exit' | wish ++ echo 'auto_mkindex . *.tcl; exit' | wish8.0 + + ########## Some special targets + |