diff options
author | salo <salo@pkgsrc.org> | 2006-04-06 16:07:30 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-04-06 16:07:30 +0000 |
commit | 5865f6b9bd605f6aad7fc109ab87e6a938933172 (patch) | |
tree | 1f1533fd8e42f23775ae63f4a26affb50762f3cd /print/libgnomeprint | |
parent | e33db087108443763fd1b92283a622a0d0cc2b98 (diff) | |
download | pkgsrc-5865f6b9bd605f6aad7fc109ab87e6a938933172.tar.gz |
Needs bison to build.
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r-- | print/libgnomeprint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile index ae3bc07a4cb..5266010f695 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/04/06 06:22:36 reed Exp $ +# $NetBSD: Makefile,v 1.49 2006/04/06 16:07:30 salo Exp $ # DISTNAME= libgnomeprint-2.12.1 @@ -13,7 +13,7 @@ COMMENT= Library for the GNOME2 Printing Architecture BUILD_USES_MSGFMT= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= bison gmake pkg-config USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES |