diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-14 18:29:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-14 18:29:15 +0000 |
commit | a57bf6db920b697331922851ef4f5be1d9c54dc8 (patch) | |
tree | c0001f146e1f062b63ce65440f6ad51081b6204c /audio/tclmidi | |
parent | - Update to 2.006. (diff) |
- externd support for tcl/tk 8.2
Notes
Notes:
svn path=/head/; revision=230080
Diffstat (limited to 'audio/tclmidi')
-rw-r--r-- | audio/tclmidi/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile index cbed2df703d8..3dfdb1d4d9f1 100644 --- a/audio/tclmidi/Makefile +++ b/audio/tclmidi/Makefile @@ -18,9 +18,6 @@ COMMENT= A language designed for creating and editing standard MIDI files LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 -DEPRECATED= tcl82 support is going to be dropped -EXPIRATION_DATE= 2009-04-22 - MAKE_ENV= TCL_GENERIC_DIR=${LOCALBASE}/include/tcl8.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tclsh=${LOCALBASE}/bin/tclsh8.2 |