aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/serpentine/Makefile
diff options
context:
space:
mode:
authorromain <romain@FreeBSD.org>2012-03-08 17:31:34 +0800
committerromain <romain@FreeBSD.org>2012-03-08 17:31:34 +0800
commitdd28a0d0bc8fe7577f64469bcd362411eb25fcf7 (patch)
tree349159b62263122e381876224cf89bd745600fdc /sysutils/serpentine/Makefile
parent50e0f18c7df83fccc4a359c5b50834a84fcdd73b (diff)
downloadfreebsd-ports-gnome-dd28a0d0bc8fe7577f64469bcd362411eb25fcf7.tar.gz
freebsd-ports-gnome-dd28a0d0bc8fe7577f64469bcd362411eb25fcf7.tar.zst
freebsd-ports-gnome-dd28a0d0bc8fe7577f64469bcd362411eb25fcf7.zip
Remove OPTION for dependency on audio/muine.
Diffstat (limited to 'sysutils/serpentine/Makefile')
-rw-r--r--sysutils/serpentine/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/sysutils/serpentine/Makefile b/sysutils/serpentine/Makefile
index d898aae3b692..8ec9776a6360 100644
--- a/sysutils/serpentine/Makefile
+++ b/sysutils/serpentine/Makefile
@@ -25,20 +25,4 @@ USE_GSTREAMER= core gnomevfs python
USE_PYTHON= 2.4+
.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "i386"
-OPTIONS= MUINE "Cd-Burner Plugin for muine audio player" Off
-.endif
-
-.include <bsd.port.options.mk>
-
-.if defined(WITH_MUINE)
-BUILD_DEPENDS+= muine:${PORTSDIR}/audio/muine
-RUN_DEPENDS+= muine:${PORTSDIR}/audio/muine
-PLIST_SUB+= MUINE=""
-CONFIGURE_ARGS+= --enable-muine
-.else
-PLIST_SUB+= MUINE="@comment "
-.endif
-
.include <bsd.port.post.mk>