From f825c4aa386c38c3b9dbcb2e1ddd0de15b206792 Mon Sep 17 00:00:00 2001 From: steven Date: Tue, 2 Nov 2010 21:30:36 +0000 Subject: [PATCH] openbsd libtool can build this too --- net/ices2/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/ices2/Makefile b/net/ices2/Makefile index a0cf10ccd7b..ea810fd3150 100644 --- a/net/ices2/Makefile +++ b/net/ices2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2010/11/02 08:23:58 jasper Exp $ +# $OpenBSD: Makefile,v 1.12 2010/11/02 21:30:36 steven Exp $ COMMENT= icecast source for streaming Ogg Vorbis @@ -25,8 +25,9 @@ AUTOMAKE_VERSION=1.8 CONFIGURE_STYLE=autoconf automake CONFIGURE_ARGS= --program-suffix=2 --disable-sun-audio +USE_LIBTOOL = Yes # Needs AC_PROG_LIBTOOL -USE_LIBTOOL= gnu +BUILD_DEPENDS += ::devel/libtool MODULES= converters/libiconv LIB_DEPENDS= shout.>=3::net/libshout \ speex.>=4::audio/speex \