forked from Lainports/freebsd-ports
- 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)
11 lines
327 B
Text
11 lines
327 B
Text
--- scripts/ogle.in.orig Sun Nov 9 18:14:38 2003
|
|
+++ scripts/ogle.in Sun Nov 9 18:15:28 2003
|
|
@@ -330,7 +330,7 @@
|
|
if [ -x $DVDP_ROOT/ogle_gui$gui_debug ]; then
|
|
DVDP_UI=$DVDP_ROOT/ogle_gui$gui_debug
|
|
else
|
|
-DVDP_UI=$exec_prefix/bin/ogle_gui$gui_debug
|
|
+DVDP_UI=%%LOCALBASE%%/lib/ogle/ogle_gui$gui_debug
|
|
fi
|
|
fi
|
|
export DVDP_UI
|