diff options
author | rillig <rillig@pkgsrc.org> | 2007-09-20 17:15:49 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-09-20 17:15:49 +0000 |
commit | f0b866831102d6fa4c8ce504e1df18a15335da58 (patch) | |
tree | d3fe7a6cba405c0bb4b11310d27376ff834a77f9 /print | |
parent | 43c71e4de24a0fcd4ecf57cd32f544a6056b49d5 (diff) | |
download | pkgsrc-f0b866831102d6fa4c8ce504e1df18a15335da58.tar.gz |
This package needs flex, at least on Solaris.
Diffstat (limited to 'print')
-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 ad1436d9897..1edf9ec7996 100644 --- a/print/libgnomeprint/Makefile +++ b/print/libgnomeprint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2007/09/18 20:00:04 drochner Exp $ +# $NetBSD: Makefile,v 1.60 2007/09/20 17:15:49 rillig Exp $ # DISTNAME= libgnomeprint-2.18.2 @@ -12,7 +12,7 @@ COMMENT= Library for the GNOME2 Printing Architecture PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= bison gmake intltool msgfmt pkg-config +USE_TOOLS+= bison flex gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES |