summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-11 10:49:36 +0000
committergrant <grant@pkgsrc.org>2004-06-11 10:49:36 +0000
commit404b2d28319fea2e4d32aab2c79c330e8852a5c2 (patch)
treecebb600aa733ffadcad3bc22fd879b05ffa1c862 /databases
parent22df858534ee572a6c93f3967240b7c3b71f99ce (diff)
downloadpkgsrc-404b2d28319fea2e4d32aab2c79c330e8852a5c2.tar.gz
it's "USE_GNU_TOOLS+=lex" not "flex". duh.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql74/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common
index afe2b4ced1e..ca6671c838f 100644
--- a/databases/postgresql74/Makefile.common
+++ b/databases/postgresql74/Makefile.common
@@ -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 @@ USE_BUILDLINK3= yes
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"