diff options
author | vs <vs@FreeBSD.org> | 2005-04-19 16:01:47 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-19 16:01:47 +0000 |
commit | b6e40c01f5a82842f2cab929cdfcfa16adc8438a (patch) | |
tree | ede552b848cd3ba2179a9e3e39fba586c118a49b /audio/tclmidi | |
parent | 94faf2a9a3b52d495d3fad42a2e8fab60db44474 (diff) | |
download | FreeBSD-ports-b6e40c01f5a82842f2cab929cdfcfa16adc8438a.zip FreeBSD-ports-b6e40c01f5a82842f2cab929cdfcfa16adc8438a.tar.gz |
Remove INSTALLS_SHLIB: It's not running with the correct path anyway
Diffstat (limited to 'audio/tclmidi')
-rw-r--r-- | audio/tclmidi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile index 91f182e..d57bcfc 100644 --- a/audio/tclmidi/Makefile +++ b/audio/tclmidi/Makefile @@ -17,7 +17,6 @@ COMMENT= A language designed for creating and editing standard MIDI files 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 |