summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-11 10:40:56 +0000
committergrant <grant@pkgsrc.org>2004-06-11 10:40:56 +0000
commit22df858534ee572a6c93f3967240b7c3b71f99ce (patch)
tree20df6b836164b012ddf312c866b9255c239811ed /databases
parentfa44cbceab2e2fba307fcff3572caf66b6a59a75 (diff)
downloadpkgsrc-22df858534ee572a6c93f3967240b7c3b71f99ce.tar.gz
in fact, the whole lot needs flex(1) to build.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql74-contrib/Makefile4
-rw-r--r--databases/postgresql74/Makefile.common4
2 files changed, 3 insertions, 5 deletions
diff --git a/databases/postgresql74-contrib/Makefile b/databases/postgresql74-contrib/Makefile
index 7a79b0fbb6a..1605bb0fcd7 100644
--- a/databases/postgresql74-contrib/Makefile
+++ b/databases/postgresql74-contrib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/06/11 10:38:46 grant Exp $
+# $NetBSD: Makefile,v 1.3 2004/06/11 10:40:56 grant Exp $
PKGNAME= postgresql-contrib-${BASE_VERS}
SVR4_PKGNAME= pstgc
@@ -11,8 +11,6 @@ CONFIGURE_ARGS+= --with-zlib
CONFIGURE_ARGS+= --with-readline
MAKE_ENV+= INSTALLED_LIBPQ=1
-USE_GNU_TOOLS+= flex
-
BUILD_DIRS= ${WRKSRC}/contrib
pre-build:
diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common
index d70ba771581..afe2b4ced1e 100644
--- a/databases/postgresql74/Makefile.common
+++ b/databases/postgresql74/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2004/04/19 22:39:55 recht Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/06/11 10:40:56 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+= make yacc
+USE_GNU_TOOLS+= flex make yacc
PKG_SYSCONFSUBDIR= postgresql
.include "../../mk/bsd.prefs.mk"