diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-12-25 11:13:28 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-12-25 11:13:28 +0000 |
commit | af18c1b9171223288ef80ba2f73a5254ea950975 (patch) | |
tree | 75238797904480af056471d64e02d0976d3052bf /graphics/xmms-gforce | |
parent | Remove PKGMESSAGE saying sapphire.inst must be run. (diff) |
Add a note that you need to be root to use DGA.
Submitted by: Donald J . Maddox <dmaddox@sc.rr.com>
Notes
Notes:
svn path=/head/; revision=36332
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> |