diff options
author | grant <grant@pkgsrc.org> | 2004-06-11 10:38:46 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-11 10:38:46 +0000 |
commit | fa44cbceab2e2fba307fcff3572caf66b6a59a75 (patch) | |
tree | f99d1dde5b481bf05c66e18af16ee44cf463002f /databases | |
parent | 1e88075dc397c2d52339146e7739000f4faa73be (diff) | |
download | pkgsrc-fa44cbceab2e2fba307fcff3572caf66b6a59a75.tar.gz |
this needs flex(1) to build.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql74-contrib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql74-contrib/Makefile b/databases/postgresql74-contrib/Makefile index 80d19b66326..7a79b0fbb6a 100644 --- a/databases/postgresql74-contrib/Makefile +++ b/databases/postgresql74-contrib/Makefile @@ -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-zlib CONFIGURE_ARGS+= --with-readline MAKE_ENV+= INSTALLED_LIBPQ=1 +USE_GNU_TOOLS+= flex + BUILD_DIRS= ${WRKSRC}/contrib pre-build: |