svn commit: r311624 - head/audio/snd
Baptiste Daroussin
bapt at FreeBSD.org
Mon Feb 4 14:42:48 UTC 2013
Author: bapt
Date: Mon Feb 4 14:42:47 2013
New Revision: 311624
URL: http://svnweb.freebsd.org/changeset/ports/311624
Log:
Fix typo introduce during conversion to optionsng
Modified:
head/audio/snd/Makefile
Modified: head/audio/snd/Makefile
==============================================================================
--- head/audio/snd/Makefile Mon Feb 4 14:32:52 2013 (r311623)
+++ head/audio/snd/Makefile Mon Feb 4 14:42:47 2013 (r311624)
@@ -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
More information about the svn-ports-all
mailing list