The version of Xaw3d library depends on version of Xaw library installed by XFree86, XFree86-4-libraries or xorg-libraries. Since Xaw version was bumped with X.Org 6.8.1, bump PORTREVISION of this port to help people updating (XAWVER in bsd.port.mk was already bumped). Prodded by: kris Pointy hat to: lesi
8 lines
374 B
Text
8 lines
374 B
Text
*******************************************************************
|
|
If you want Xaw3d to replace the default Athena Widget Set
|
|
so most X applications will get a 3-D look, do this (as root):
|
|
|
|
cd /usr/X11R6/lib
|
|
mv libXaw.so.%%XAWVER%% libXaw2d.so.%%XAWVER%%
|
|
ln -s libXaw3d.so.%%XAWVER%% libXaw.so.%%XAWVER%%
|
|
*******************************************************************
|