summaryrefslogtreecommitdiff
path: root/audio/xmms
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms')
-rw-r--r--audio/xmms/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index a19b28565790..9b03fd1ba3c8 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmms
PORTVERSION= 1.2.6
+PORTREVISION= 1
CATEGORIES+= audio
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \
http://www.xmms.org/files/1.2.x/ \
@@ -67,6 +68,10 @@ PLIST_SUB+= ESDPLUGIN:=""
PLIST_SUB+= ESDPLUGIN:="@comment "
.endif
+.if ${MACHINE_ARCH} != "i386"
+WITHOUT_3DNOW= yes
+.endif
+
.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021
CONFIGURE_ARGS+= --enable-3dnow
.endif