diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-27 04:33:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-27 04:33:00 +0000 |
commit | 266ea93d6ca68d070596eb32b050d5bba3de70bc (patch) | |
tree | e16b15cba12e2e15664c96679591f48225d66719 | |
parent | Upgrade to 5.12. (diff) |
- Fix LICENSE
Notes
Notes:
svn path=/head/; revision=380062
-rw-r--r-- | audio/py-vorbis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/py-vorbis/Makefile b/audio/py-vorbis/Makefile index e995e5373183..70e99dace6d9 100644 --- a/audio/py-vorbis/Makefile +++ b/audio/py-vorbis/Makefile @@ -12,7 +12,7 @@ DISTNAME= pyvorbis-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Object-oriented Python bindings for the vorbis library -LICENSE= GPLv2 +LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/ogg/_ogg.so:${PORTSDIR}/audio/py-ogg |