summaryrefslogtreecommitdiff
path: root/devel/libbonobo
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-03-10 05:02:42 +0000
committerreed <reed@pkgsrc.org>2004-03-10 05:02:42 +0000
commit7653a8ad87eaccdfcb8a763a0bacc261046916cf (patch)
tree9184c7a102cfb7a8e26490568ac0718dffceb592 /devel/libbonobo
parentf9e8f3d07280ec5f1bb196f1e8d78847cf4f7595 (diff)
downloadpkgsrc-7653a8ad87eaccdfcb8a763a0bacc261046916cf.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
Diffstat (limited to 'devel/libbonobo')
-rw-r--r--devel/libbonobo/Makefile4
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