summaryrefslogtreecommitdiff
path: root/devel/libbonobo/Makefile
diff options
context:
space:
mode:
authorreed <reed>2004-03-10 05:02:42 +0000
committerreed <reed>2004-03-10 05:02:42 +0000
commit08829e0891f0d9dcdb56d17132dacb8dd62dbaf1 (patch)
tree9184c7a102cfb7a8e26490568ac0718dffceb592 /devel/libbonobo/Makefile
parentbf7281b0a5a78fb6e61a18d43e0d9dcc53a6ce45 (diff)
downloadpkgsrc-08829e0891f0d9dcdb56d17132dacb8dd62dbaf1.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/Makefile')
-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