diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-06-08 16:07:12 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-06-08 16:07:12 +0000 |
commit | 7339154fcdbbea498890242244beddc5c8ddda71 (patch) | |
tree | db6c55f0bec3be54a18b5ca2bcbb5c57123d37c7 /audio/py-openal | |
parent | 8e4e7a9cc03eeccf62cc25439c993d6fa7c266b3 (diff) | |
download | ports-7339154fcdbbea498890242244beddc5c8ddda71.tar.gz ports-7339154fcdbbea498890242244beddc5c8ddda71.zip |
update freealut to 1.1.0
Notes
Notes:
svn path=/head/; revision=164837
Diffstat (limited to 'audio/py-openal')
-rw-r--r-- | audio/py-openal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/py-openal/Makefile b/audio/py-openal/Makefile index 3f16632187af..a65d3d4e77e5 100644 --- a/audio/py-openal/Makefile +++ b/audio/py-openal/Makefile @@ -7,6 +7,7 @@ PORTNAME= openal PORTVERSION= 0.1.6 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= http://download.gna.org/pyopenal/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ MAINTAINER= acardenas@bsd.org.pe COMMENT= PyOpenAL is a binding of OpenAL for Python LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ - alut.0:${PORTSDIR}/audio/freealut + alut.1:${PORTSDIR}/audio/freealut DIST_SUBDIR= python USE_GZIP= yes |