aboutsummaryrefslogtreecommitdiffstats
path: root/audio/snd/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-02-04 22:42:47 +0800
committerbapt <bapt@FreeBSD.org>2013-02-04 22:42:47 +0800
commit7d71b455269177d38fc419cd1d06b117f28566e2 (patch)
treedb49052b014177dc166318aa1872fbc7328d979e /audio/snd/Makefile
parentc6e3195b67cd3fd4ce4eb671b8faa57346a6cbcb (diff)
downloadfreebsd-ports-gnome-7d71b455269177d38fc419cd1d06b117f28566e2.tar.gz
freebsd-ports-gnome-7d71b455269177d38fc419cd1d06b117f28566e2.tar.zst
freebsd-ports-gnome-7d71b455269177d38fc419cd1d06b117f28566e2.zip
Fix typo introduce during conversion to optionsng
Diffstat (limited to 'audio/snd/Makefile')
-rw-r--r--audio/snd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index 35cb81bbc337..3ff7ea4dcd8d 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -64,7 +64,7 @@ CONFIGURE_ARGS+= --without-ladspa
USE_GNOME+= gtk20
CONFIGURE_ARGS+= --with-gtk
.endif
-.if ${PORT_OPTIONS:MMOTIG}
+.if ${PORT_OPTIONS:MMOTIF}
USE_MOTIF= yes
CONFIGURE_ARGS+= --with-motif
.endif