diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-03-30 20:39:03 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-03-30 20:39:03 +0000 |
commit | 7ac7e9962b2a240169cfaf900c454c1560a62ab5 (patch) | |
tree | 3f0643de37a49c1bb9ff22aebb36d088e01aba73 /audio/openal-soft/Makefile | |
parent | 84ae29ed0e2422277b55db7e394e7b680343ff2b (diff) | |
download | ports-7ac7e9962b2a240169cfaf900c454c1560a62ab5.tar.gz ports-7ac7e9962b2a240169cfaf900c454c1560a62ab5.zip |
Notes
Diffstat (limited to 'audio/openal-soft/Makefile')
-rw-r--r-- | audio/openal-soft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile index 069c11cca76d..e70f7b7057cb 100644 --- a/audio/openal-soft/Makefile +++ b/audio/openal-soft/Makefile @@ -4,7 +4,7 @@ PORTNAME= openal-soft PORTVERSION= 1.19.1 PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= http://openal-soft.org/openal-releases/ +MASTER_SITES= https://openal-soft.org/openal-releases/ MAINTAINER= tobik@FreeBSD.org COMMENT= Software implementation of the OpenAL specification |