From 0249dd854f6558f4d573c63aaf7ee3229cf4fa30 Mon Sep 17 00:00:00 2001 From: steven Date: Wed, 23 Jun 2010 14:44:42 +0000 Subject: [PATCH] autogen.sh needs libtoolize, so add gnu libtool as build dep. builds fine with in tree libtool however. --- audio/tremor/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/audio/tremor/Makefile b/audio/tremor/Makefile index 5cb5636323f..b671dd52628 100644 --- a/audio/tremor/Makefile +++ b/audio/tremor/Makefile @@ -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