summaryrefslogtreecommitdiffstats
path: root/audio/csound
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2003-10-18 07:18:14 +0000
committertrevor <trevor@FreeBSD.org>2003-10-18 07:18:14 +0000
commit2eccd647446b1ad8da337c126941e765ae15221e (patch)
treeecbc8801f2219d776143fe323114aa47f411b41d /audio/csound
parentdf081da1d165ac5c4dab642b238dbcffee2104d2 (diff)
downloadFreeBSD-ports-2eccd647446b1ad8da337c126941e765ae15221e.zip
FreeBSD-ports-2eccd647446b1ad8da337c126941e765ae15221e.tar.gz
Use Tk and Tcl 8.4 rather than 8.3.
Submitted by: kris
Diffstat (limited to 'audio/csound')
-rw-r--r--audio/csound/Makefile4
-rw-r--r--audio/csound/files/patch-Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/csound/Makefile b/audio/csound/Makefile
index cb6b07a..3d5ccde 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}
diff --git a/audio/csound/files/patch-Makefile b/audio/csound/files/patch-Makefile
index 2e2609f..c4a8c8eb 100644
--- a/audio/csound/files/patch-Makefile
+++ b/audio/csound/files/patch-Makefile
@@ -67,7 +67,7 @@
# numbers are system-dependent)
-LIBS = $(FLTKLIB) -L /usr/X11R6/lib -lX11 -ltcl -ltk -lm -ldl
-+LIBS = -L$(X11BASE)/lib -L$(LOCALBASE)/lib -lX11 -ltcl83 -ltk83 -lm
++LIBS = -L$(X11BASE)/lib -L$(LOCALBASE)/lib -lX11 -ltcl84 -ltk84 -lm
# -lefence
# -lm required
# -lX11 for X window calls
OpenPOWER on IntegriCloud