pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql74-contrib this needs flex(1) to b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16ed4295cf4d
branches:  trunk
changeset: 476466:16ed4295cf4d
user:      grant <grant%pkgsrc.org@localhost>
date:      Fri Jun 11 10:38:46 2004 +0000

description:
this needs flex(1) to build.

diffstat:

 databases/postgresql74-contrib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 7f2add62df7a -r 16ed4295cf4d databases/postgresql74-contrib/Makefile
--- a/databases/postgresql74-contrib/Makefile   Fri Jun 11 10:05:06 2004 +0000
+++ b/databases/postgresql74-contrib/Makefile   Fri Jun 11 10:38:46 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/05/19 12:33:30 recht Exp $
+# $NetBSD: Makefile,v 1.2 2004/06/11 10:38:46 grant Exp $
 
 PKGNAME=               postgresql-contrib-${BASE_VERS}
 SVR4_PKGNAME=          pstgc
@@ -11,6 +11,8 @@
 CONFIGURE_ARGS+=       --with-readline
 MAKE_ENV+=             INSTALLED_LIBPQ=1
 
+USE_GNU_TOOLS+=                flex
+
 BUILD_DIRS=            ${WRKSRC}/contrib
 
 pre-build:



Home | Main Index | Thread Index | Old Index