summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/serpentine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/serpentine/Makefile b/sysutils/serpentine/Makefile
index 47da64951181..9248a5334503 100644
--- a/sysutils/serpentine/Makefile
+++ b/sysutils/serpentine/Makefile
@@ -27,11 +27,11 @@ USE_GMAKE= yes
USE_GSTREAMER= core gnomevfs
USE_PYTHON= 2.4+
-OPTIONS= MUINE "Cd-Burner Plugin for muine audio player" Off
+OPTIONS= MUINE "Cd-Burner Plugin for muine audio player (i386 only)" Off
.include <bsd.port.pre.mk>
-.if defined(WITH_MUINE) || exists(${X11BASE}/bin/muine)
+.if (defined(WITH_MUINE) || exists(${X11BASE}/bin/muine)) && ${ARCH}=="i386"
BUILD_DEPENDS+= muine:${PORTSDIR}/audio/muine
RUN_DEPENDS+= muine:${PORTSDIR}/audio/muine
PLIST_SUB+= MUINE=""