aboutsummaryrefslogtreecommitdiff
path: root/multimedia/audacious-plugins/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2008-04-09 15:32:05 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2008-04-09 15:32:05 +0000
commit375943cada90404aa46413ee265581a9ea00e591 (patch)
treec7a6714d9ad88966958c6a2264d0b7725b7773e7 /multimedia/audacious-plugins/Makefile
parent7ddff168d818fb18992e0afa7f6a9f6323b40d75 (diff)
downloadports-375943cada90404aa46413ee265581a9ea00e591.tar.gz
ports-375943cada90404aa46413ee265581a9ea00e591.zip
Notes
Diffstat (limited to 'multimedia/audacious-plugins/Makefile')
-rw-r--r--multimedia/audacious-plugins/Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile
index 627d966f3e59..32f812429eed 100644
--- a/multimedia/audacious-plugins/Makefile
+++ b/multimedia/audacious-plugins/Makefile
@@ -36,8 +36,7 @@ PORTDOCS= AUTHORS
# COREAUDIO "Enable CoreAudio output plugin" off \
# PROJECTM "Enable projectM vis plugin" off \
-OPTIONS= AUDIOCD "Enable audiocd plugin" off \
- DBUS "Enable dbus support" on \
+OPTIONS= DBUS "Enable dbus support" on \
ESOUND "Enable Esound output output" off \
MP3 "Enable mp3 plugin" on \
ROCKLIGHT "Enable Rocklight vis plugin" on \
@@ -72,15 +71,6 @@ OPTIONS= AUDIOCD "Enable audiocd plugin" off \
.include <bsd.port.pre.mk>
-.if defined(WITH_AUDIOCD)
-LIB_DEPENDS+= cdio.8:${PORTSDIR}/sysutils/libcdio
-CONFIGURE_ARGS+=--enable-cdaudio
-PLIST_SUB+= AUDIOCDPLUGIN=""
-.else
-CONFIGURE_ARGS+=--disable-cdaudio
-PLIST_SUB+= AUDIOCDPLUGIN="@comment "
-.endif
-
.if !defined(WITHOUT_DBUS)
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
CONFIGURE_ARGS+=--enable-dbus --enable-gnomeshortcuts
@@ -292,7 +282,7 @@ PLIST_SUB+= TIMIDITYPLUGIN="@comment "
.endif
.if defined(WITH_CDAUDIO)
-LIB_DEPENDS+= cdio.7:${PORTSDIR}/sysutils/libcdio \
+LIB_DEPENDS+= cdio.8:${PORTSDIR}/sysutils/libcdio \
cddb.4:${PORTSDIR}/audio/libcddb
CONFIGURE_ARGS+=--enable-cdaudio
PLIST_SUB+= CDAUDIOPLUGIN=""