diff options
Diffstat (limited to 'audio/liquidsoap/Makefile')
-rw-r--r-- | audio/liquidsoap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/liquidsoap/Makefile b/audio/liquidsoap/Makefile index de48696902d8..039539fe7835 100644 --- a/audio/liquidsoap/Makefile +++ b/audio/liquidsoap/Makefile @@ -165,7 +165,7 @@ CONFIGURE_ARGS+= --disable-bjack .endif .for i in ${_ALL_PACKAGES} -.if ${PORT_OPTIONS:M${i:U}} +.if ${PORT_OPTIONS:M${i:tu}} .if defined(LIB_DEPENDS_${i}) LIB_DEPENDS+= ${LIB_DEPENDS_${i}} .endif |