pkgsrc/x11/tk85/interpreter.mk
taca ce3db9dc4c Restore tk-8.5.15 package as lang/tk85 with bump PKGREVISION since
x11/ruby-tk package needs tcl/tk 8.5 and it dosen't support tcl/tk 8.6
and later.
2014-03-10 14:22:01 +00:00

19 lines
405 B
Makefile

# $NetBSD: interpreter.mk,v 1.1 2014/03/10 14:22:01 taca Exp $
#
# Package-settable variables:
#
# REPLACE_WISH
# THe list of files whose interpreter will be corrected.
#
# See also:
# replace-interpreter
.if !defined(TK_INTERPRETER_MK)
TK_INTERPRETER_MK= # defined
REPLACE_INTERPRETER+= wish
REPLACE.wish.old= .*/wish
REPLACE.wish.new= ${LOCALBASE}/bin/wish
REPLACE_FILES.wish= ${REPLACE_WISH}
.endif