diff options
author | mva <mva@FreeBSD.org> | 2015-04-06 16:01:38 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2015-04-06 16:01:38 +0800 |
commit | 4d9aee54dd62c88a36c19bb40b2cbb0765d89e81 (patch) | |
tree | 3d35119e23cad0637af039bb37ed92b7f71523a7 /audio | |
parent | b89925c8551b6778da9ebbafdf50a709d55ee6d4 (diff) | |
download | freebsd-ports-gnome-4d9aee54dd62c88a36c19bb40b2cbb0765d89e81.tar.gz freebsd-ports-gnome-4d9aee54dd62c88a36c19bb40b2cbb0765d89e81.tar.zst freebsd-ports-gnome-4d9aee54dd62c88a36c19bb40b2cbb0765d89e81.zip |
- Unbreak
- Define LICENSE
Diffstat (limited to 'audio')
-rw-r--r-- | audio/py-al/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/py-al/Makefile b/audio/py-al/Makefile index 89aeb2d8e714..ccc723714da2 100644 --- a/audio/py-al/Makefile +++ b/audio/py-al/Makefile @@ -3,14 +3,15 @@ PORTNAME= al PORTVERSION= 0.1.0 CATEGORIES= audio python -MASTER_SITES= http://cdn.bitbucket.org/marcusva/py-al/downloads/ +MASTER_SITES= http://bitbucket.org/marcusva/py-al/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyAL-${PORTVERSION} MAINTAINER= mva@FreeBSD.org COMMENT= PyAL is a binding of OpenAL for Python -BROKEN= Unfetchable +LICENSE= ZLIB + USES= openal:al python USE_PYTHON= autoplist distutils |