diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-05-04 15:41:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2003-05-04 15:41:51 +0000 |
commit | 89330d4c463ddea152fbd827803a39ca17e1ed3c (patch) | |
tree | 14397f99d3bf2cee79ca7dfe9fa070683c5ee7a0 /audio/pysol-sound-server/Makefile | |
parent | c62f34b6075d65bc32b6fd4075ffce50573faf14 (diff) |
Notes
Diffstat (limited to 'audio/pysol-sound-server/Makefile')
-rw-r--r-- | audio/pysol-sound-server/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile index 62da9a29d6f7..997bc8088b48 100644 --- a/audio/pysol-sound-server/Makefile +++ b/audio/pysol-sound-server/Makefile @@ -6,12 +6,12 @@ # PORTNAME= pysol-sound-server -PORTVERSION= 2.50 +PORTVERSION= 3.00 CATEGORIES= audio games -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sobomax +MASTER_SITES= http://www.oberhumer.com/opensource/pysol/download/ \ + ftp://ftp.is.co.za/linux/distributions/gentoo/distfiles/ -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python extension module to play sounds and background music LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ |