diff options
author | recht <recht@pkgsrc.org> | 2004-07-24 22:45:14 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-24 22:45:14 +0000 |
commit | 8dc45652d46a220002347a3b36987cfcc6720ea4 (patch) | |
tree | 2a9af75a69e002a52d9f045391377b6b709f9e60 /net/flow-tools | |
parent | 469aa0e7b0acb890daa191ae38db7d113e39ffb8 (diff) | |
download | pkgsrc-8dc45652d46a220002347a3b36987cfcc6720ea4.tar.gz |
Use the new mk/pgsql.buildlink3.mk to select the correct PostgreSQL
version.
Diffstat (limited to 'net/flow-tools')
-rw-r--r-- | net/flow-tools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile index b98147db8b9..17ba4107020 100644 --- a/net/flow-tools/Makefile +++ b/net/flow-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/22 15:33:35 seb Exp $ +# $NetBSD: Makefile,v 1.7 2004/07/24 22:45:15 recht Exp $ DISTNAME= flow-tools-0.67 CATEGORIES= net @@ -40,8 +40,8 @@ CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client} # Postgresql support .if defined(FLOW_TOOLS_USE_POSTGRESQL) && !empty(FLOW_TOOLS_USE_POSTGRESQL:M[yY][eE][sS]) -.include "../../databases/postgresql-lib/buildlink3.mk" -CONFIGURE_ARGS+= --with-pgsql=${BUILDLINK_PREFIX.postgresql-lib} +.include "../../mk/pgsql.buildlink3.mk" +CONFIGURE_ARGS+= --with-pgsql=${PGSQL_PREFIX} .endif # To avoid providing more patch files we do the following... |