diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-28 00:23:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-28 00:23:22 +0000 |
commit | 6de576d25fa53ef14151dc69c7a0610c93570ece (patch) | |
tree | 9aeb63cb5847089e4fb1e510ef1f96ce6c31f0b9 /audio/tclmidi | |
parent | 76e0f6e66d76947864265964c2fa82383efa6802 (diff) | |
download | ports-6de576d25fa53ef14151dc69c7a0610c93570ece.tar.gz ports-6de576d25fa53ef14151dc69c7a0610c93570ece.zip |
Notes
Diffstat (limited to 'audio/tclmidi')
-rw-r--r-- | audio/tclmidi/Makefile | 5 | ||||
-rw-r--r-- | audio/tclmidi/pkg-message | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile index 42f896169a17..ff918b727460 100644 --- a/audio/tclmidi/Makefile +++ b/audio/tclmidi/Makefile @@ -15,12 +15,13 @@ MASTER_SITES= ftp://ftp.cs.ruu.nl/pub/MIDI/PROGRAMS/ MAINTAINER= ports@freebsd.org COMMENT= A language designed for creating and editing standard MIDI files +LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 + .if ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64" IGNORE= "ignored due to cast from pointer to integer of different size" .endif -LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 - +INSTALLS_SHLIB= yes MAKE_ENV= TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tclsh=${LOCALBASE}/bin/tclsh8.2 diff --git a/audio/tclmidi/pkg-message b/audio/tclmidi/pkg-message index 8e2d9f8698be..344ddcef4d68 100644 --- a/audio/tclmidi/pkg-message +++ b/audio/tclmidi/pkg-message @@ -4,4 +4,3 @@ TCLLIBPATH environment variable! For example (with [t]csh: setenv TCLLIBPATH "/usr/local/lib/tclmidi /usr/local/lib/tcl8.0" - |