mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9 lines
338 B
Plaintext
9 lines
338 B
Plaintext
|
*******************************************************************
|
||
|
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.6 libXaw2d.so.6
|
||
|
ln -s libXaw3d.so.6 libXaw.so.6
|
||
|
*******************************************************************
|