From c606856435148a21585a6bb86abcf1862ec512ac Mon Sep 17 00:00:00 2001 From: naddy Date: Sun, 3 Feb 2002 22:05:03 +0000 Subject: [PATCH] fix library dependencies --- audio/vorbis-tools/Makefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index e8cbc84a165..2fc2f5a0efd 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -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