summaryrefslogtreecommitdiff
path: root/audio/timidity/Makefile
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2000-08-31 16:07:43 +0000
committerjwise <jwise@pkgsrc.org>2000-08-31 16:07:43 +0000
commited2cc992bfedd61c85c156514763d001561f9995 (patch)
treec414269512f9c9eff27f4fd03a351157798355e0 /audio/timidity/Makefile
parent38ac7a87638aa0aaff31803b03b00bbc82590667 (diff)
downloadpkgsrc-ed2cc992bfedd61c85c156514763d001561f9995.tar.gz
Adapt this package to tcl-8.3.2, and move the timidity lib dir to be
${PREFIX}/share/timidity.
Diffstat (limited to 'audio/timidity/Makefile')
-rw-r--r--audio/timidity/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile
index 90a51fe6c6c..b559fd3250e 100644
--- a/audio/timidity/Makefile
+++ b/audio/timidity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2000/08/18 22:46:30 hubertf Exp $
+# $NetBSD: Makefile,v 1.26 2000/08/31 16:07:43 jwise Exp $
#
DISTNAME= timidity-0.2i
@@ -11,7 +11,7 @@ MAINTAINER= mycroft@NetBSD.ORG
HOMEPAGE= http://www.cgs.fi/~tt/timidity/
BUILD_DEPENDS= unzip:../../archivers/unzip
-DEPENDS+= tk-8.0.5:../../x11/tk80
+DEPENDS+= tk-8.3.2:../../x11/tk
USE_CURSES= # defined
@@ -28,7 +28,7 @@ do-configure:
${MV} gravis.cfg.new gravis.cfg
post-install:
- cd ${PREFIX}/lib/timidity/patch && \
+ cd ${PREFIX}/share/timidity/patch && \
unzip -o -q -L ${DISTDIR}/${TIINS}
.include "../../mk/bsd.pkg.mk"