pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gstreamer0.10 Needs flex to build on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2655a50210e4
branches:  trunk
changeset: 534979:2655a50210e4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Nov 04 16:57:15 2007 +0000

description:
Needs flex to build on Solaris.

diffstat:

 multimedia/gstreamer0.10/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r bf8afd76464e -r 2655a50210e4 multimedia/gstreamer0.10/Makefile
--- a/multimedia/gstreamer0.10/Makefile Sun Nov 04 16:04:15 2007 +0000
+++ b/multimedia/gstreamer0.10/Makefile Sun Nov 04 16:57:15 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/08/30 12:21:51 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2007/11/04 16:57:15 rillig Exp $
 #
 
 DISTNAME=              gstreamer-0.10.14
@@ -11,12 +11,10 @@
 HOMEPAGE=              http://www.gstreamer.net/
 COMMENT=               Open source multimedia framework
 
-BUILD_DEPENDS+=                bison-[0-9]*:../../devel/bison
-
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
-USE_TOOLS+=            gmake perl pkg-config
+USE_TOOLS+=            bison flex gmake perl pkg-config
 
 CONFIGURE_ARGS+=       --disable-examples
 CONFIGURE_ARGS+=       --disable-tests



Home | Main Index | Thread Index | Old Index