summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormycroft <mycroft>1998-03-07 19:01:36 +0000
committermycroft <mycroft>1998-03-07 19:01:36 +0000
commit98defa2f69d69de6e8fb4516d8007fd3e4bab505 (patch)
treeb5d6531a424a4d6f9a1a32d0394c084d7f44b8cc /audio
parentd45315c0a230e0ee097331d4387a49b120921859 (diff)
downloadpkgsrc-98defa2f69d69de6e8fb4516d8007fd3e4bab505.tar.gz
Actually, the install needs wish, to build the autoload index.
Diffstat (limited to 'audio')
-rw-r--r--audio/timidity/Makefile5
-rw-r--r--audio/timidity/patches/patch-ab11
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
+