diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-21 18:18:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-21 18:18:57 +0000 |
commit | 9936ab3f56bbabf326e1511927893b8acde1856c (patch) | |
tree | 9bd5f369bc19f523335d94134e90a3ea12882ac3 /math/gcalctool/Makefile | |
parent | f63b7ec0ae6b322e799de0584746e94a4d3fb04c (diff) | |
download | pkgsrc-9936ab3f56bbabf326e1511927893b8acde1856c.tar.gz |
The configure script is broken and doesn't accept our YACC definition
because it's a full path to bison. Force HAVE_YACC=yes to sidestep
the stupid extra check added by the gcalctool authors. This should
fix the build of gcalctool.
Commit approved during the deep freeze by <agc>.
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r-- | math/gcalctool/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 16f40da3cb0..a872da7f1cb 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2005/06/12 07:58:08 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2005/06/21 18:18:57 jlam Exp $ # DISTNAME= gcalctool-5.5.42 @@ -13,6 +13,8 @@ COMMENT= Desktop calculator for GNOME BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES +CONFIGURE_ENV+= HAVE_YACC=yes + USE_DIRS+= gnome2-1.5 USE_TOOLS+= bison gmake USE_PKGLOCALEDIR= yes |