summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-20 17:35:36 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-07-20 17:35:36 +0000
commit5ed19b6bdd4cc5be3da8ebd6f2249903c903899b (patch)
tree786090d8506fe0405a263d22646e5bc6f64b8c85 /audio
parentMerge telnetd vulnerability fix from FreeBSD. (diff)
no longer use SDL & smpeg
handle pthread more properly Submitted by: Alexander Leidinger <Alexander@leidinger.net>
Notes
Notes: svn path=/head/; revision=45289
Diffstat (limited to 'audio')
-rw-r--r--audio/mpg321/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile
index 800fb5cb8ed5..515136f34035 100644
--- a/audio/mpg321/Makefile
+++ b/audio/mpg321/Makefile
@@ -15,17 +15,13 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg \
- ao.1:${PORTSDIR}/audio/libao \
- SDL-1.1.3:${PORTSDIR}/devel/sdl12 \
+LIB_DEPENDS= ao.1:${PORTSDIR}/audio/libao \
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
BUILD_DEPENDS= ${LOCALBASE}/lib/libmad.a:${PORTSDIR}/audio/mad
-SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lc_r -lgnugetopt" \
- CFLAGS="-I${LOCALBASE}/include" \
- SDL_CONFIG="${SDL_CONFIG}"
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lgnugetopt" \
+ CFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}