aboutsummaryrefslogtreecommitdiff
path: root/audio/pysol-sound-server
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-20 21:34:29 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-20 21:34:29 +0000
commit5bd1983326bce0cf0cff43e88e2a567f529ccf9c (patch)
tree3932d22dc8e96affb687412cdef2fc8f7de0404a /audio/pysol-sound-server
parent123a1077ae94b118796367b40d8d74f2d00a814c (diff)
downloadports-5bd1983326bce0cf0cff43e88e2a567f529ccf9c.tar.gz
ports-5bd1983326bce0cf0cff43e88e2a567f529ccf9c.zip
Notes
Diffstat (limited to 'audio/pysol-sound-server')
-rw-r--r--audio/pysol-sound-server/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile
index 997bc8088b48..e0a4cfae1b5d 100644
--- a/audio/pysol-sound-server/Makefile
+++ b/audio/pysol-sound-server/Makefile
@@ -14,17 +14,13 @@ MASTER_SITES= http://www.oberhumer.com/opensource/pysol/download/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Python extension module to play sounds and background music
-LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- smpeg.1:${PORTSDIR}/multimedia/smpeg \
- SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer
-
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
+LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
WRKSRC= ${WRKDIR}/${DISTNAME}/src
+USE_SDL= mixer sdl
USE_BZIP2= yes
USE_PYTHON= yes
HAS_CONFIGURE= yes
-CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
.include <bsd.port.mk>