diff options
Diffstat (limited to 'audio/py-ao')
-rw-r--r-- | audio/py-ao/Makefile | 2 | ||||
-rw-r--r-- | audio/py-ao/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-ao/Makefile b/audio/py-ao/Makefile index 5228e1174e30..94273bcc1a1f 100644 --- a/audio/py-ao/Makefile +++ b/audio/py-ao/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.andrewchatham.com/pyogg/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pyao-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= xride@x12.dk COMMENT= A python wrapper for ao, an audio device abstraction library LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao diff --git a/audio/py-ao/pkg-descr b/audio/py-ao/pkg-descr index 4ed3f6305113..f619b107c601 100644 --- a/audio/py-ao/pkg-descr +++ b/audio/py-ao/pkg-descr @@ -3,4 +3,4 @@ pyao - a Python wrapper module for the ao library Ao is an audio abstraction library that lets you output to different devices using the same interface. -WWW: http://www.andrewchatham.com/pyogg/ +WWW: http://ekyo.nerim.net/software/pyogg/index.html |