diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-11-08 12:17:23 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-11-08 12:17:23 +0000 |
commit | dda7d4847d3093ddef57945b9199ac554b1d9bb5 (patch) | |
tree | e7d629270e11bcb984d90522753cf2de31d578c4 /audio/openal-soft/Makefile | |
parent | 8290f3f4ef6ea0583bfee195105b2cd3c80a8ef3 (diff) | |
download | ports-dda7d4847d3093ddef57945b9199ac554b1d9bb5.tar.gz ports-dda7d4847d3093ddef57945b9199ac554b1d9bb5.zip |
Notes
Diffstat (limited to 'audio/openal-soft/Makefile')
-rw-r--r-- | audio/openal-soft/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile index bc49789fee85..86577f20f1bc 100644 --- a/audio/openal-soft/Makefile +++ b/audio/openal-soft/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= openal-soft -PORTVERSION= 1.19.0 +PORTVERSION= 1.19.1 CATEGORIES= audio -MASTER_SITES= http://kcat.strangesoft.net/openal-releases/ +MASTER_SITES= http://openal-soft.org/openal-releases/ MAINTAINER= tobik@FreeBSD.org COMMENT= Software implementation of the OpenAL specification @@ -53,7 +53,6 @@ SDL_USES= localbase SDL_USE= SDL=sdl2 SNDIO_CMAKE_BOOL= ALSOFT_REQUIRE_SNDIO ALSOFT_BACKEND_SNDIO -SNDIO_IMPLIES= OSS # provide fallback for missing sndio capture support SNDIO_LIB_DEPENDS= libsndio.so:audio/sndio post-patch: |