Date: Wed, 7 Aug 2013 15:08:57 +0000 (UTC) From: Vsevolod Stakhov <vsevolod@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324355 - head/multimedia/audacious-plugins Message-ID: <201308071508.r77F8vqf058758@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vsevolod Date: Wed Aug 7 15:08:57 2013 New Revision: 324355 URL: http://svnweb.freebsd.org/changeset/ports/324355 Log: Fix index by replacing the incorrect variable brace. Modified: head/multimedia/audacious-plugins/Makefile Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Wed Aug 7 14:10:21 2013 (r324354) +++ head/multimedia/audacious-plugins/Makefile Wed Aug 7 15:08:57 2013 (r324355) @@ -358,7 +358,7 @@ CONFIGURE_ARGS+=--disable-pulse PLIST_SUB+= PULSE="@comment " .endif -.if ${PORT_OPTIONS:MLIRC) +.if ${PORT_OPTIONS:MLIRC} LIB_DEPENDS+= lirc_client:${PORTSDIR}/comms/lirc CONFIGURE_ARGS+=--enable-lirc PLIST_SUB+= LIRC=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308071508.r77F8vqf058758>