aboutsummaryrefslogtreecommitdiff
path: root/audio/openal-soft
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-08-26 17:35:57 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-08-26 17:35:57 +0000
commit2c52903c3d8bf6f9bca54c0fdb093d43417dcb94 (patch)
tree8ffc659d600693b8a4bbe6a05bb3bbf2bdd74a8d /audio/openal-soft
parent8f04487f5a54937aa8503ae71829965c12587fc9 (diff)
downloadports-2c52903c3d8bf6f9bca54c0fdb093d43417dcb94.tar.gz
ports-2c52903c3d8bf6f9bca54c0fdb093d43417dcb94.zip
audio/openal-soft: re-apply r420906
- r420919 overwrote r420906 PR: 210353, 211664 Reported by: matthew@reztek.cz
Notes
Notes: svn path=/head/; revision=420937
Diffstat (limited to 'audio/openal-soft')
-rw-r--r--audio/openal-soft/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile
index f2af33925603..387ce8c6532e 100644
--- a/audio/openal-soft/Makefile
+++ b/audio/openal-soft/Makefile
@@ -2,7 +2,7 @@
PORTNAME= openal-soft
PORTVERSION= 1.16.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://kcat.strangesoft.net/openal-releases/
@@ -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