diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-04 14:42:47 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-04 14:42:47 +0000 |
commit | 7d71b455269177d38fc419cd1d06b117f28566e2 (patch) | |
tree | db49052b014177dc166318aa1872fbc7328d979e /audio/snd | |
parent | c6e3195b67cd3fd4ce4eb671b8faa57346a6cbcb (diff) | |
download | FreeBSD-ports-7d71b455269177d38fc419cd1d06b117f28566e2.zip FreeBSD-ports-7d71b455269177d38fc419cd1d06b117f28566e2.tar.gz |
Fix typo introduce during conversion to optionsng
Diffstat (limited to 'audio/snd')
-rw-r--r-- | audio/snd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 35cb81b..3ff7ea4 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 |