diff options
author | reed <reed@pkgsrc.org> | 2004-03-10 05:02:42 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-03-10 05:02:42 +0000 |
commit | 277b25364b56581e24d0e978132fc85a2d32faf1 (patch) | |
tree | 9184c7a102cfb7a8e26490568ac0718dffceb592 | |
parent | 220707cea4be8863a8eb6b5c4048c2b513cae675 (diff) | |
download | pkgsrc-277b25364b56581e24d0e978132fc85a2d32faf1.tar.gz |
This needs a yacc to build, so add to USE_GNU_TOOLS.
yacc -d -v ./activation-context-query-parser.y
make[2]: yacc: Command not found
-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 6d787f5834d..e3931474162 100644 --- a/devel/libbonobo/Makefile +++ b/devel/libbonobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/02/15 07:43:50 minskim Exp $ +# $NetBSD: Makefile,v 1.25 2004/03/10 05:02:42 reed Exp $ DISTNAME= libbonobo-2.4.3 CATEGORIES= devel gnome @@ -16,7 +16,7 @@ USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES -USE_GNU_TOOLS+= make +USE_GNU_TOOLS+= make yacc PKGCONFIG_OVERRIDE= bonobo/libbonobo-2.0.pc.in PKGCONFIG_OVERRIDE+= bonobo-activation/bonobo-activation-2.0.pc.in |