autogen.sh needs libtoolize, so add gnu libtool as build dep.
builds fine with in tree libtool however.
This commit is contained in:
parent
928c98921f
commit
0249dd854f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2009/03/10 21:58:46 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2010/06/23 14:44:42 steven Exp $
|
||||
|
||||
COMMENT= integer-only, fully Ogg Vorbis compliant decoder library
|
||||
|
||||
@ -28,6 +28,9 @@ CONFIGURE_STYLE=gnu
|
||||
|
||||
WRKDIST= ${WRKDIR}/Tremor
|
||||
|
||||
# autogen.sh needs libtoolize
|
||||
BUILD_DEPENDS = ::devel/libtool
|
||||
|
||||
pre-configure:
|
||||
cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
|
||||
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user