aboutsummaryrefslogtreecommitdiff
path: root/audio/openal-soft
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2016-08-26 09:31:04 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2016-08-26 09:31:04 +0000
commit3d5b663b5cb25903700d05a09a332239e225a33b (patch)
tree72577bb2440d2ca185b5795b73631e768a8121f3 /audio/openal-soft
parent6421c723cc53de31e00e5a554e13d0d96176accd (diff)
downloadports-3d5b663b5cb25903700d05a09a332239e225a33b.tar.gz
ports-3d5b663b5cb25903700d05a09a332239e225a33b.zip
audio/openal-soft: fix missing QT4 dependencies
PR: 210353 Submitted by: matthew@reztek.cz Approved by: maintainer timeout (2+ months) MFH: 2016Q3
Notes
Notes: svn path=/head/; revision=420906
Diffstat (limited to 'audio/openal-soft')
-rw-r--r--audio/openal-soft/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile
index 791e75db0176..da20712d8466 100644
--- a/audio/openal-soft/Makefile
+++ b/audio/openal-soft/Makefile
@@ -33,7 +33,7 @@ CONFIG_DESC= Install configuration utility (needs Qt 4.x)
#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