svn commit: r421177 - branches/2016Q3/audio/openal-soft

Roman Bogorodskiy novel at FreeBSD.org
Wed Aug 31 17:55:50 UTC 2016


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 at 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


More information about the svn-ports-branches mailing list