diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:34:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-20 21:34:29 +0000 |
commit | 5bd1983326bce0cf0cff43e88e2a567f529ccf9c (patch) | |
tree | 3932d22dc8e96affb687412cdef2fc8f7de0404a /audio | |
parent | 123a1077ae94b118796367b40d8d74f2d00a814c (diff) | |
download | ports-5bd1983326bce0cf0cff43e88e2a567f529ccf9c.tar.gz ports-5bd1983326bce0cf0cff43e88e2a567f529ccf9c.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pysol-sound-server/Makefile | 8 | ||||
-rw-r--r-- | audio/tempest_for_eliza/Makefile | 6 |
2 files changed, 3 insertions, 11 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> diff --git a/audio/tempest_for_eliza/Makefile b/audio/tempest_for_eliza/Makefile index fe9219c1b818..5d262bcb09e4 100644 --- a/audio/tempest_for_eliza/Makefile +++ b/audio/tempest_for_eliza/Makefile @@ -13,13 +13,9 @@ MASTER_SITES= http://www.erikyyy.de/tempest/ MAINTAINER= ports@FreeBSD.org COMMENT= A program to send AM radio signals using a PC monitor -LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 - -SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config - USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" +USE_SDL= yes post-install: ${MKDIR} ${PREFIX}/share/tempest |