diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-03-06 18:16:14 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-03-06 18:16:14 +0000 |
commit | 0582b0ed42d0f25d2c8e7f6ad59b2922d2293359 (patch) | |
tree | 16f110f7f84aa52be218585284b9271d7aa1162f /multimedia/gmerlin | |
parent | 5e43f77aaec88a1e4685d6fe29e31a0367670209 (diff) |
Notes
Diffstat (limited to 'multimedia/gmerlin')
-rw-r--r-- | multimedia/gmerlin/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/multimedia/gmerlin/Makefile b/multimedia/gmerlin/Makefile index 47afd1ac8932..5cc67718d833 100644 --- a/multimedia/gmerlin/Makefile +++ b/multimedia/gmerlin/Makefile @@ -7,7 +7,7 @@ PORTNAME= gmerlin PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= SF @@ -20,7 +20,6 @@ OPTIONS= PULSEAUDIO "Enable PulseAudio support" on \ QUICKTIME "Enable QuickTime support" on \ VISUAL "Enable libvisual support" on \ CDIO "Enable libcdio support" on \ - MUSICBRAINZ "Enable MusicBrainz support" on \ CDDB "Enable CDDB support" on \ ESOUND "Enable ESounD support" off \ JACK "Enable Jack support" on \ @@ -43,7 +42,7 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa --disable-v4l --disable-v4l2 \ --disable-camelot --disable-alsamixer --disable-v4lconvert \ - --without-doxygen --without-cpuflags + --without-doxygen --without-cpuflags --disable-musicbrainz USE_LDCONFIG= yes INSTALL_ICONS= yes @@ -85,12 +84,6 @@ CONFIGURE_ARGS+=--disable-libcdio PLIST_SUB+= CDIO="@comment " .endif -.if !defined(WITHOUT_MUSICBRAINZ) -LIB_DEPENDS+= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz -.else -CONFIGURE_ARGS+=--disable-musicbrainz -.endif - .if !defined(WITHOUT_CDDB) LIB_DEPENDS+= cddb.4:${PORTSDIR}/audio/libcddb .else |