diff options
Diffstat (limited to 'audio/jokosher/Makefile')
-rw-r--r-- | audio/jokosher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jokosher/Makefile b/audio/jokosher/Makefile index 9c5b8b8e507b..63694f0230ca 100644 --- a/audio/jokosher/Makefile +++ b/audio/jokosher/Makefile @@ -60,7 +60,7 @@ PLIST_SUB+= OMF="@comment " .endif .for plugin in flac gconf jack ladspa lame mp3 pulse vorbis -. if ${PORT_OPTIONS:M${plugin:U}) +. if ${PORT_OPTIONS:M${plugin:U}} USE_GSTREAMER+=${plugin} . endif .endfor |