aboutsummaryrefslogtreecommitdiff
path: root/audio/snd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-02-04 14:42:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-02-04 14:42:47 +0000
commit38186e4055362c68bd3ebd2faba6c039df3be834 (patch)
treedb49052b014177dc166318aa1872fbc7328d979e /audio/snd
parente46a75024d3af94ddacbb15cb852697f001a4b61 (diff)
downloadports-38186e4055362c68bd3ebd2faba6c039df3be834.tar.gz
ports-38186e4055362c68bd3ebd2faba6c039df3be834.zip
Fix typo introduce during conversion to optionsng
Notes
Notes: svn path=/head/; revision=311624
Diffstat (limited to 'audio/snd')
-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