From c044c82d67187200b4ab1b0d968e86cba336ffa1 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 22 Jan 2004 08:02:15 +0000 Subject: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. --- databases/postgresql/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/postgresql') 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 -- cgit v1.2.3