summaryrefslogtreecommitdiff
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
parentUpdate to the 20051020 snapshot of GCC 4.0.3. (diff)
- Only allow WITH_MUINE if ARCH==i386
Notes
Notes: svn path=/head/; revision=147661
-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=""