aboutsummaryrefslogtreecommitdiff
path: root/sysutils/serpentine
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-11-09 01:11:03 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-11-09 01:11:03 +0000
commitc449f89ea662f05d7b8f6436ea8de9f1f2d8d37f (patch)
tree7f181b2cf23cb26a63606f31a791f3c9cc276f6a /sysutils/serpentine
parent7525a79cd2e3e3a251ea0ef99e7087fa9e17424c (diff)
downloadports-c449f89ea662f05d7b8f6436ea8de9f1f2d8d37f.tar.gz
ports-c449f89ea662f05d7b8f6436ea8de9f1f2d8d37f.zip
Notes
Diffstat (limited to 'sysutils/serpentine')
-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=""