pkgsrc/net/nocol/patches/patch-au
he a9afe0703b Tweak this package to use x11/tk's wish instead of the now-gone tixwish
from the x11/tk-Tix package.  Use the newly added interpreter.mk file
from the x11/tk package to deal with different installation prefixes.
Bump PKGREVISION.
2012-08-31 11:18:20 +00:00

12 lines
309 B
Text

$NetBSD: patch-au,v 1.1 2012/08/31 11:18:20 he Exp $
Use wish instead of tixwish (now gone), add "package require Tix" instead.
--- tknocol/tkNocol.tix.orig 2000-01-19 04:49:10.000000000 +0000
+++ tknocol/tkNocol.tix
@@ -1,2 +1,4 @@
-#!/usr/local/bin/tixwish
+#!/usr/local/bin/wish
+
+package require Tix