pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/gcalctool math/gcalctool requires bison to build,...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ecd71e1a2f72
branches: trunk
changeset: 495509:ecd71e1a2f72
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun Jun 12 07:58:08 2005 +0000
description:
math/gcalctool requires bison to build, even though it claims it only
needs yacc. This fixes PR pkg/29897.
diffstat:
math/gcalctool/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b690c27b8562 -r ecd71e1a2f72 math/gcalctool/Makefile
--- a/math/gcalctool/Makefile Sun Jun 12 07:49:16 2005 +0000
+++ b/math/gcalctool/Makefile Sun Jun 12 07:58:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2005/06/01 18:03:03 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2005/06/12 07:58:08 jlam Exp $
#
DISTNAME= gcalctool-5.5.42
@@ -14,7 +14,7 @@
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
-USE_TOOLS+= gmake
+USE_TOOLS+= bison gmake
USE_PKGLOCALEDIR= yes
GCONF2_SCHEMAS= gcalctool.schemas
Home |
Main Index |
Thread Index |
Old Index