aboutsummaryrefslogtreecommitdiff
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
parent34c8a88d2be0f95f0232ad5f089f1ac29ec9c7d3 (diff)
downloadports-e9bb6a9e5c2ee06163c8e447b9092c7e31278d61.tar.gz
ports-e9bb6a9e5c2ee06163c8e447b9092c7e31278d61.zip
Notes
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