diff options
author | rillig <rillig@pkgsrc.org> | 2007-09-18 19:24:17 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-09-18 19:24:17 +0000 |
commit | 135f310d2db2a9b236b5009d489252a0c36b1e5c (patch) | |
tree | d14dbed2b0ab51e4d1975c3fa93cc3923e7564db /devel/libbonobo/Makefile | |
parent | 77797bc78c9f7e0a901cd383cfced5b45b65b490 (diff) | |
download | pkgsrc-135f310d2db2a9b236b5009d489252a0c36b1e5c.tar.gz |
libbonobo needs flex, at least on Solaris.
Diffstat (limited to 'devel/libbonobo/Makefile')
-rw-r--r-- | devel/libbonobo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile index a754eda9191..8745162ef57 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2007/04/09 00:46:11 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2007/09/18 19:24:17 rillig Exp $ DISTNAME= libbonobo-2.18.0 CATEGORIES= devel gnome @@ -16,7 +16,7 @@ CONFLICTS= bonobo-activation-[0-9]* GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES -USE_TOOLS+= bison gmake intltool msgfmt perl:run pkg-config +USE_TOOLS+= bison flex gmake intltool msgfmt perl:run pkg-config PKGCONFIG_OVERRIDE= bonobo/libbonobo-2.0.pc.in PKGCONFIG_OVERRIDE+= bonobo-activation/bonobo-activation-2.0.pc.in |