Test WITH_FLAC instead of WITHOUT_FLAC.

Reported by:		kris
This commit is contained in:
Sam Lawrance 2006-11-03 23:21:18 +00:00
parent 61cf26fdb7
commit cea3406efd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176309
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ PLIST_SUB+= MODPLUG="@comment "
CONFIGURE_ARGS+= --disable-modplug
.endif
.if !defined(WITHOUT_FLAC)
.if defined(WITH_FLAC)
INPUT_PLUGINS+= flac
PLIST_SUB+= FLACPLUGIN=""
LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac

View File

@ -76,7 +76,7 @@ PLIST_SUB+= MODPLUG="@comment "
CONFIGURE_ARGS+= --disable-modplug
.endif
.if !defined(WITHOUT_FLAC)
.if defined(WITH_FLAC)
INPUT_PLUGINS+= flac
PLIST_SUB+= FLACPLUGIN=""
LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac