diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-28 18:32:45 +0000 |
commit | bc087374d35aa9c841dd63d44e9c9697702921ed (patch) | |
tree | 9bfffecdf0e79fc2f3af0e2a2f1044536ad164ca /audio/tclmidi | |
parent | gcc 2.95 requires us to be explicit about the return type of functions. (diff) |
Update to use Tcl/Tk version 8.2.
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes:
svn path=/head/; revision=23474
Diffstat (limited to 'audio/tclmidi')
-rw-r--r-- | audio/tclmidi/Makefile | 6 | ||||
-rw-r--r-- | audio/tclmidi/files/patch-aa | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile index ae6e9e9cd3ea..ac5ed6d328c0 100644 --- a/audio/tclmidi/Makefile +++ b/audio/tclmidi/Makefile @@ -14,11 +14,11 @@ MASTER_SITES= ftp://ftp.unina.it/pub/Other/music/midi/PROGRAMS/ \ MAINTAINER= shanee@augusta.de -LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 -MAKE_ENV= TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.0 +MAKE_ENV= TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.2 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tclsh=${LOCALBASE}/bin/tclsh8.0 +CONFIGURE_ARGS= --with-tclsh=${LOCALBASE}/bin/tclsh8.2 MAN1= mplay.1 mrec.1 tclmidi.1 minfo.1 midtotcl.1 MANN= midiconf.n midievnt.n midifree.n midiget.n midigrep.n \ diff --git a/audio/tclmidi/files/patch-aa b/audio/tclmidi/files/patch-aa index 04e74821da4d..9a53e78ef542 100644 --- a/audio/tclmidi/files/patch-aa +++ b/audio/tclmidi/files/patch-aa @@ -5,7 +5,7 @@ # The directory containing the Tcl library archive file appropriate # for this version of Tk: -TCL_BIN_DIR = @TCL_BIN_DIR@ -+TCL_BIN_DIR = ${LOCALBASE}/lib/tcl8.0 ++TCL_BIN_DIR = ${LOCALBASE}/lib/tcl8.2 #---------------------------------------------------------------- # The information below is modified by the configure script when |