Date: Fri, 4 Oct 2013 12:32:27 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329296 - head/audio/libao Message-ID: <201310041232.r94CWRQ1032827@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Fri Oct 4 12:32:26 2013 New Revision: 329296 URL: http://svnweb.freebsd.org/changeset/ports/329296 Log: Make use of opt_USE. Modified: head/audio/libao/Makefile Modified: head/audio/libao/Makefile ============================================================================== --- head/audio/libao/Makefile Fri Oct 4 12:17:27 2013 (r329295) +++ head/audio/libao/Makefile Fri Oct 4 12:32:26 2013 (r329296) @@ -26,10 +26,7 @@ PULSEAUDIO_LIB_DEPENDS= libpulse-simple. PULSEAUDIO_CONFIGURE_ENABLE= pulse ESOUND_CONFIGURE_ENABLE=esd -.include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MESOUND} -USE_GNOME+= esound -.endif +ESOUND_USE= GNOME=esound post-patch: @${REINPLACE_CMD} -e 's|/etc/libao.conf|${PREFIX}&|' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310041232.r94CWRQ1032827>