Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2013 14:42:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311624 - head/audio/snd
Message-ID:  <201302041442.r14EgmZb069626@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302041442.r14EgmZb069626>