diff options
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" - |