pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libbonobo This needs a yacc to build, so add to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/550e5668d802
branches: trunk
changeset: 470560:550e5668d802
user: reed <reed%pkgsrc.org@localhost>
date: Wed Mar 10 05:02:42 2004 +0000
description:
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:
devel/libbonobo/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6e8640d7d93c -r 550e5668d802 devel/libbonobo/Makefile
--- a/devel/libbonobo/Makefile Wed Mar 10 04:53:24 2004 +0000
+++ b/devel/libbonobo/Makefile Wed Mar 10 05:02:42 2004 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index