1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix typo introduce during conversion to optionsng

This commit is contained in:
Baptiste Daroussin 2013-02-04 14:42:47 +00:00
parent e46a75024d
commit 38186e4055
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311624

View File

@ -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