diff options
Diffstat (limited to 'audio/libvorbis')
-rw-r--r-- | audio/libvorbis/Makefile | 2 |
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 |