From b1c400f6ea5fb3f712f089dcecca27e0d6e0471b Mon Sep 17 00:00:00 2001 From: landry Date: Thu, 30 Sep 2010 19:42:14 +0000 Subject: [PATCH] Add gnu libtool to BUILD_DEPENDS and bump. Autofoo needs libtool m4 macros. --- multimedia/transcode/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 31d2ed6c4ca..13341c54a01 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.32 2010/08/25 23:27:21 sthen Exp $ +# $OpenBSD: Makefile,v 1.33 2010/09/30 19:42:14 landry Exp $ SHARED_ONLY= Yes COMMENT= video stream processing tools DISTNAME= transcode-1.1.5 -REVISION= 3 +REVISION= 4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS:=tcforge/} EXTRACT_SUFX= .tar.bz2 @@ -52,6 +52,8 @@ RUN_DEPENDS= ::graphics/ffmpeg \ ::audio/toolame \ ::x11/mplayer +BUILD_DEPENDS+= ::devel/libtool + SEPARATE_BUILD= concurrent USE_X11= Yes