aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2015-04-06 16:01:38 +0800
committermva <mva@FreeBSD.org>2015-04-06 16:01:38 +0800
commit4d9aee54dd62c88a36c19bb40b2cbb0765d89e81 (patch)
tree3d35119e23cad0637af039bb37ed92b7f71523a7 /audio
parentb89925c8551b6778da9ebbafdf50a709d55ee6d4 (diff)
downloadfreebsd-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/Makefile5
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