diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-01-18 18:58:32 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-01-18 18:58:32 +0000 |
commit | b6941f329175a5fc0917834e9bf6b4694ab21332 (patch) | |
tree | 34f2dd5cca9f298685c8be852621a53f7e243e51 /audio | |
parent | c646808b2f60b2753ae2687cf44ee67d1f4757a3 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/openal-soft/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/openal-soft/Makefile b/audio/openal-soft/Makefile index 9814b61ee6ac..785e22d69c2d 100644 --- a/audio/openal-soft/Makefile +++ b/audio/openal-soft/Makefile @@ -9,6 +9,8 @@ MASTER_SITES= http://kcat.strangesoft.net/openal-releases/ MAINTAINER= mva@FreeBSD.org COMMENT= A software implementation of the OpenAL specification +LICENSE= LGPL20 + CONFLICTS= openal-200[0-9]* USE_BZIP2= yes |