diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-20 17:35:36 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-20 17:35:36 +0000 |
commit | 5ed19b6bdd4cc5be3da8ebd6f2249903c903899b (patch) | |
tree | 786090d8506fe0405a263d22646e5bc6f64b8c85 /audio/mpg321/Makefile | |
parent | 7749fc1146d602ef596af6abcf23f92413930dd0 (diff) |
Notes
Diffstat (limited to 'audio/mpg321/Makefile')
-rw-r--r-- | audio/mpg321/Makefile | 10 |
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} |