summaryrefslogtreecommitdiff
path: root/x11/tk/interpreter.mk
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-11-24 21:38:49 +0000
committeradam <adam@pkgsrc.org>2012-11-24 21:38:49 +0000
commit8649a364d3d5a5f3fde792e700e4cd208a98f7bf (patch)
tree1942dbb4e13fb76ef77b5556586f6ed2197fb6b5 /x11/tk/interpreter.mk
parentfbe826159d045616a748973609c6741ec63dda9a (diff)
downloadpkgsrc-8649a364d3d5a5f3fde792e700e4cd208a98f7bf.tar.gz
Changes 8.5.13:
* --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.
Diffstat (limited to 'x11/tk/interpreter.mk')
-rw-r--r--x11/tk/interpreter.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/tk/interpreter.mk b/x11/tk/interpreter.mk
index 52b34b60f49..147c0d0c3a7 100644
--- a/x11/tk/interpreter.mk
+++ b/x11/tk/interpreter.mk
@@ -1,4 +1,4 @@
-# $NetBSD: interpreter.mk,v 1.1 2012/08/31 11:16:12 he Exp $
+# $NetBSD: interpreter.mk,v 1.2 2012/11/24 21:38:50 adam Exp $
#
# Package-settable variables:
#
@@ -7,10 +7,9 @@
#
# See also:
# replace-interpreter
-#
.if !defined(TK_INTERPRETER_MK)
-TK_INTERPRETER_MK= # defined
+TK_INTERPRETER_MK= # defined
REPLACE_INTERPRETER+= wish
REPLACE.wish.old= .*/wish
@@ -18,4 +17,3 @@ REPLACE.wish.new= ${LOCALBASE}/bin/wish
REPLACE_FILES.wish= ${REPLACE_WISH}
.endif
-