diff options
author | alex <alex@FreeBSD.org> | 2000-12-25 19:13:28 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-12-25 19:13:28 +0800 |
commit | 43c29f5f618e0f7dbd5c2576924a20d4c2ab2789 (patch) | |
tree | 5f04de4e83f5eb774057c8fba1398c6e08cff79b /graphics/xmms-gforce | |
parent | 523248ebc25ab95843a94b5a5bd21a4c588cf5d9 (diff) | |
download | freebsd-ports-gnome-43c29f5f618e0f7dbd5c2576924a20d4c2ab2789.tar.gz freebsd-ports-gnome-43c29f5f618e0f7dbd5c2576924a20d4c2ab2789.tar.zst freebsd-ports-gnome-43c29f5f618e0f7dbd5c2576924a20d4c2ab2789.zip |
Add a note that you need to be root to use DGA.
Submitted by: Donald J . Maddox <dmaddox@sc.rr.com>
Diffstat (limited to 'graphics/xmms-gforce')
-rw-r--r-- | graphics/xmms-gforce/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/xmms-gforce/Makefile b/graphics/xmms-gforce/Makefile index 87c347051921..af5bbcb684e2 100644 --- a/graphics/xmms-gforce/Makefile +++ b/graphics/xmms-gforce/Makefile @@ -28,12 +28,12 @@ PATCHFILES= gforce-1.1.6xp3.dga.patch.gz PATCH_WRKSRC= ${WRKDIR} .else pre-fetch: - @${ECHO_MSG} "******************************************************" - @${ECHO_MSG} "* To compile this port with DGA support (faster), *" - @${ECHO_MSG} "* use the WANT_DGA switch. Be aware that if XMMS *" - @${ECHO_MSG} "* or the plugin crashes, your whole X-session will *" - @${ECHO_MSG} "* be affected. DGA can't switched off once enabled. *" - @${ECHO_MSG} "******************************************************" + @${ECHO_MSG} "*******************************************************" + @${ECHO_MSG} "* To compile this port with DGA support (faster), *" + @${ECHO_MSG} "* use the WANT_DGA switch. Be aware that if XMMS or *" + @${ECHO_MSG} "* the plugin crashes, your whole X-session will be *" + @${ECHO_MSG} "* affected. You have to run XMMS as root to use DGA. *" + @${ECHO_MSG} "*******************************************************" .endif .include <bsd.port.mk> |