diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-01-22 12:12:33 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-01-22 12:12:33 +0000 |
commit | 9e228b9d64967a4e18989ccb8d6b82a5cee3911e (patch) | |
tree | 89759560e85de552aae025d14d3f881330e7c6db /audio/tclmidi | |
parent | 0168a776a6c64498a66d1cbaeab048dc6f7eb201 (diff) | |
download | ports-9e228b9d64967a4e18989ccb8d6b82a5cee3911e.tar.gz ports-9e228b9d64967a4e18989ccb8d6b82a5cee3911e.zip |
Notes
Diffstat (limited to 'audio/tclmidi')
-rw-r--r-- | audio/tclmidi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile index 3dfdb1d4d9f1..cbed2df703d8 100644 --- a/audio/tclmidi/Makefile +++ b/audio/tclmidi/Makefile @@ -18,6 +18,9 @@ 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 |