diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 08:02:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 08:02:15 +0000 |
commit | c044c82d67187200b4ab1b0d968e86cba336ffa1 (patch) | |
tree | 82b5d5dede991caae0d3c3c253ae2459bd3f3fa2 /databases/postgresql | |
parent | 5d46defdbae242e469bc305f565556ba5bde7e0f (diff) | |
download | pkgsrc-c044c82d67187200b4ab1b0d968e86cba336ffa1.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'databases/postgresql')
-rw-r--r-- | databases/postgresql/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common index bd8902cdc39..5e35196e00c 100644 --- a/databases/postgresql/Makefile.common +++ b/databases/postgresql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.40 2004/01/20 14:11:49 jlam Exp $ +# $NetBSD: Makefile.common,v 1.41 2004/01/22 08:02:16 grant Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -39,7 +39,7 @@ BASE_VERS?= ${DIST_VERS} BUILDLINK_DEPENDS.postgresql-lib?= postgresql-lib>=${BASE_VERS} BUILDLINK_DEPENDS.tcl-postgresql?= tcl-postgresql>=${BASE_VERS} -USE_GMAKE= YES +USE_GNU_TOOLS+= make GNU_CONFIGURE= YES PKG_SYSCONFSUBDIR= postgresql |