aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2012-08-24 10:36:17 +0800
committerrakuco <rakuco@FreeBSD.org>2012-08-24 10:36:17 +0800
commit86f238b0e941d09527149685f0995f73f4521a06 (patch)
tree7e4a320e5e5c5b3cca465606ccc7f0aeb2d5402e /audio
parenteb68b1bf47d4837f3dcf34684a3b19048b65baad (diff)
downloadfreebsd-ports-gnome-86f238b0e941d09527149685f0995f73f4521a06.tar.gz
freebsd-ports-gnome-86f238b0e941d09527149685f0995f73f4521a06.tar.zst
freebsd-ports-gnome-86f238b0e941d09527149685f0995f73f4521a06.zip
Fix some OptionsNG conversion typos.
PR: ports/170811 Submitted by: Artis Caune <Artis.Caune@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/jokosher/Makefile2
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