diff options
author | oliver <oliver@FreeBSD.org> | 2008-04-09 23:32:05 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-04-09 23:32:05 +0800 |
commit | af76b08f60738cf0f5fe5a5473361d5755a166f1 (patch) | |
tree | e7627e09bb896cd8d7b292907b6ba327ec1d14a3 /multimedia | |
parent | c0e4cd05551a3d6fd58b9c5520fe1312e97e0cad (diff) | |
download | freebsd-ports-gnome-af76b08f60738cf0f5fe5a5473361d5755a166f1.tar.gz freebsd-ports-gnome-af76b08f60738cf0f5fe5a5473361d5755a166f1.tar.zst freebsd-ports-gnome-af76b08f60738cf0f5fe5a5473361d5755a166f1.zip |
remove the option "AUDIOCD" because it is redundant with "CDAUDIO"
bump cdio version
Noted by: Andriy Gapon <avg@icyb.net.ua>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 14 |
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="" |