fix library dependencies

This commit is contained in:
naddy 2002-02-03 22:05:03 +00:00
parent 85c4a34c77
commit c606856435

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2002/01/21 15:53:13 naddy Exp $
# $OpenBSD: Makefile,v 1.13 2002/02/03 22:05:03 naddy Exp $
COMMENT= "play, encode, and manage Ogg Vorbis files"
DISTNAME= vorbis-tools-1.0rc3
@ -19,14 +19,12 @@ MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ \
http://www.oddsock.org/vorbisrc3/files/rc3/unix/
LIB_DEPENDS= ao.3::audio/libao \
ogg.3::audio/libogg \
vorbis.1,vorbisenc.1,vorbisfile.2::audio/libvorbis \
curl.2::net/curl
curl.2::net/curl \
iconv.2::converters/libiconv \
vorbis.1,vorbisenc.1,vorbisfile.2::audio/libvorbis
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-ao=${LOCALBASE} \
--with-ogg=${LOCALBASE} \
--with-vorbis=${LOCALBASE} \
--with-curl=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>