diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-19 19:01:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-11-19 19:01:55 +0000 |
commit | ce2f1b6c705ec391c0c31f26a5003f7dd83fdf33 (patch) | |
tree | 9908a151cf7e83c9bab9edf729daac072f33667b /multimedia/beep-media-player | |
parent | 15e2f0a8a8eb284f5afb6e159da7f819325e9245 (diff) | |
download | ports-ce2f1b6c705ec391c0c31f26a5003f7dd83fdf33.tar.gz ports-ce2f1b6c705ec391c0c31f26a5003f7dd83fdf33.zip |
Notes
Diffstat (limited to 'multimedia/beep-media-player')
-rw-r--r-- | multimedia/beep-media-player/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/beep-media-player/Makefile b/multimedia/beep-media-player/Makefile index 4c6b54ed0eb5..f58ad3c761e9 100644 --- a/multimedia/beep-media-player/Makefile +++ b/multimedia/beep-media-player/Makefile @@ -51,14 +51,14 @@ CONFIGURE_ARGS+= --disable-mikmod PLIST_SUB+= MIKMODPLUGIN:="@comment " #.endif -#.if !defined(WITHOUT_VORBIS) -#LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis -#INPUT_PLUGINS+= vorbis -#PLIST_SUB+= VORBISPLUGIN:="" -#.else +.if !defined(WITHOUT_VORBIS) +LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis +INPUT_PLUGINS+= vorbis +PLIST_SUB+= VORBISPLUGIN:="" +.else CONFIGURE_ARGS+= --disable-vorbis PLIST_SUB+= VORBISPLUGIN:="@comment " -#.endif +.endif .if ${HAVE_GNOME:Mesound}!="" USE_GNOME+= esound |