3f8475aeeb
* --enable-aqua build for Mac OS X is now a Cocoa implementation. * Support has been added for Cygwin network pathnames. * Updated to Unicode 6.2 support. Fixes for several crashes and bugs.
19 lines
405 B
Makefile
19 lines
405 B
Makefile
# $NetBSD: interpreter.mk,v 1.2 2012/11/24 21:38:50 adam 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
|