mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
--- X-Files.tcl.orig Thu Dec 18 13:24:33 1997
|
|
+++ X-Files.tcl Sun Apr 19 13:22:27 1998
|
|
@@ -1,3 +1,8 @@
|
|
+#!/bin/sh
|
|
+# The main file for the X-Files
|
|
+# The next line is executed by /bin/sh, but not Tcl \
|
|
+exec wish8.3 $0 ${1+"$@"}
|
|
+set xf(xf_home) "@PREFIX@/lib/X11/X-Files/"
|
|
proc MAIN {argc argv} {
|
|
global xf xf_image env menu tk_version
|
|
|