pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql74 it's "USE_GNU_TOOLS+=lex" not "...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/837080853fd6
branches:  trunk
changeset: 476468:837080853fd6
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Jun 11 10:49:36 2004 +0000

description:
it's "USE_GNU_TOOLS+=lex" not "flex". duh.

diffstat:

 databases/postgresql74/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 47369a9e7ebf -r 837080853fd6 databases/postgresql74/Makefile.common
--- a/databases/postgresql74/Makefile.common    Fri Jun 11 10:40:56 2004 +0000
+++ b/databases/postgresql74/Makefile.common    Fri Jun 11 10:49:36 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/06/11 10:40:56 grant Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/06/11 10:49:36 grant Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -44,7 +44,7 @@
 GNU_CONFIGURE=         yes
 BUILD_USES_MSGFMT=     yes
 USE_PKGLOCALEDIR=      yes
-USE_GNU_TOOLS+=                flex make yacc
+USE_GNU_TOOLS+=                lex make yacc
 PKG_SYSCONFSUBDIR=     postgresql
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index