diff options
author | trevor <trevor@FreeBSD.org> | 2003-10-18 15:18:14 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-10-18 15:18:14 +0800 |
commit | 2eccd647446b1ad8da337c126941e765ae15221e (patch) | |
tree | ecbc8801f2219d776143fe323114aa47f411b41d /audio/csound/Makefile | |
parent | df081da1d165ac5c4dab642b238dbcffee2104d2 (diff) | |
download | freebsd-ports-gnome-2eccd647446b1ad8da337c126941e765ae15221e.tar.gz freebsd-ports-gnome-2eccd647446b1ad8da337c126941e765ae15221e.tar.zst freebsd-ports-gnome-2eccd647446b1ad8da337c126941e765ae15221e.zip |
Use Tk and Tcl 8.4 rather than 8.3.
Submitted by: kris
Diffstat (limited to 'audio/csound/Makefile')
-rw-r--r-- | audio/csound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile index cb6b07a0dfca..3d5ccde5969c 100644 --- a/audio/csound/Makefile +++ b/audio/csound/Makefile @@ -16,8 +16,8 @@ DIST_SUBDIR= csound MAINTAINER= trevor@FreeBSD.org COMMENT= Sound synthesizer -LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \ - tk83:${PORTSDIR}/x11-toolkits/tk83 +LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84 \ + tk84:${PORTSDIR}/x11-toolkits/tk84 RESTRICTED= "no redistribution; no commercial use except to make music (see http://mitpress.mit.edu/e-books/csound/fpage/FAQml/faq/faq.html)" NO_CDROM= ${RESTRICTED} |