summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/xmms-gforce/Makefile12
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>