Author: oerd
Date: 20-06-05 09:38
i am no expert on this but try using ports rather than packages
of course you have to update the ports tree first. (refer to the freebsd handbook, or just search google for it try www.google.org/bsd there are a lot of guides that teach you how to do this)
after updating your ports tree you should do the following (as root)
# cd /usr/ports/audio/amarok
# make install
..... this will not only install amarok but all the other ports it depends on. then to clean up temporary disk space used for building you can
# make clean
|
|