svn commit: r420906 - head/audio/openal-soft

Roman Bogorodskiy novel at FreeBSD.org
Fri Aug 26 09:31:05 UTC 2016


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


More information about the svn-ports-all mailing list