Date: Fri, 26 Aug 2016 09:31:04 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420906 - head/audio/openal-soft Message-ID: <201608260931.u7Q9V458034230@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Fri Aug 26 09:31:04 2016 New Revision: 420906 URL: https://svnweb.freebsd.org/changeset/ports/420906 Log: audio/openal-soft: fix missing QT4 dependencies PR: 210353 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (2+ months) MFH: 2016Q3 Modified: head/audio/openal-soft/Makefile Modified: head/audio/openal-soft/Makefile ============================================================================== --- head/audio/openal-soft/Makefile Fri Aug 26 09:01:20 2016 (r420905) +++ head/audio/openal-soft/Makefile Fri Aug 26 09:31:04 2016 (r420906) @@ -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?201608260931.u7Q9V458034230>