summaryrefslogtreecommitdiff
path: root/audio/libvorbis
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-12 16:53:12 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-12 16:53:12 +0000
commite9bb6a9e5c2ee06163c8e447b9092c7e31278d61 (patch)
tree67dca226c25194643a10125673a0f66a30882232 /audio/libvorbis
parentUpdate libxml2 to 2.3.3 and libxslt to 0.4.0 (updates rely on each other) (diff)
correct configure args to respect PREFIX.
PR: 25738 Submitted by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
Notes
Notes: svn path=/head/; revision=39666
Diffstat (limited to 'audio/libvorbis')
-rw-r--r--audio/libvorbis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index ef1c47f37c49..c8d2280eb63c 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= ogg.1:${PORTSDIR}/audio/libogg
USE_GMAKE= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
+CONFIGURE_ARGS= --with-ogg-prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
AUTOCONF_ARGS= ; ${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure