Date: Wed, 31 Aug 2016 17:55:49 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r421177 - branches/2016Q3/audio/openal-soft Message-ID: <201608311755.u7VHtn2s036655@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Wed Aug 31 17:55:49 2016 New Revision: 421177 URL: https://svnweb.freebsd.org/changeset/ports/421177 Log: MFH: r420906 audio/openal-soft: fix missing QT4 dependencies PR: 210353 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (2+ months) Approved by: ports-secteam (junovitch) Modified: branches/2016Q3/audio/openal-soft/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/audio/openal-soft/Makefile ============================================================================== --- branches/2016Q3/audio/openal-soft/Makefile Wed Aug 31 17:46:00 2016 (r421176) +++ branches/2016Q3/audio/openal-soft/Makefile Wed Aug 31 17:55:49 2016 (r421177) @@ -33,7 +33,7 @@ CONFIG_DESC= Install configuration util #ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib CONFIG_CMAKE_ON= -DALSOFT_NO_CONFIG_UTIL:BOOL=OFF CONFIG_CMAKE_OFF= -DALSOFT_NO_CONFIG_UTIL:BOOL=ON -CONFIG_USE= QT4=gui +CONFIG_USE= QT4=corelib,gui,qmake_build,moc_build,rcc_build,uic_build FLUIDSYNTH_CMAKE_ON= -DALSOFT_REQUIRE_FLUIDSYNTH:BOOL=ON FLUIDSYNTH_CMAKE_OFF= -DALSOFT_MIDI_FLUIDSYNTH:BOOL=OFF FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608311755.u7VHtn2s036655>