diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-18 07:18:14 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-18 07:18:14 +0000 |
commit | 3e0febf33b30ad03820d7c1b19223eb98a35fc80 (patch) | |
tree | b6ef2f46640380efe278ea2bb7b1c8b3b9a5a7ba /audio/csound | |
parent | e4b874d61329e62899a952f7a2239eda52bf997c (diff) | |
download | ports-3e0febf33b30ad03820d7c1b19223eb98a35fc80.tar.gz ports-3e0febf33b30ad03820d7c1b19223eb98a35fc80.zip |
Notes
Diffstat (limited to 'audio/csound')
-rw-r--r-- | audio/csound/Makefile | 4 | ||||
-rw-r--r-- | audio/csound/files/patch-Makefile | 2 |
2 files changed, 3 insertions, 3 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} diff --git a/audio/csound/files/patch-Makefile b/audio/csound/files/patch-Makefile index 2e2609fc918c..c4a8c8eb4ba9 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 |