diff options
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: |