diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-08-24 10:36:17 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-08-24 10:36:17 +0800 |
commit | 86f238b0e941d09527149685f0995f73f4521a06 (patch) | |
tree | 7e4a320e5e5c5b3cca465606ccc7f0aeb2d5402e /audio | |
parent | eb68b1bf47d4837f3dcf34684a3b19048b65baad (diff) | |
download | freebsd-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/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 |