pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/slony1 Needs GNU make.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8539ac2e70ed
branches:  trunk
changeset: 515074:8539ac2e70ed
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 24 09:14:56 2006 +0000

description:
Needs GNU make.

diffstat:

 databases/slony1/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 3faee7a4a10b -r 8539ac2e70ed databases/slony1/Makefile
--- a/databases/slony1/Makefile Sat Jun 24 09:11:42 2006 +0000
+++ b/databases/slony1/Makefile Sat Jun 24 09:14:56 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/06/20 21:14:12 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/06/24 09:14:56 joerg Exp $
 
 DISTNAME=      slony1-1.1.5
 PKGREVISION=   1
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://gborg.postgresql.org/project/slony1/
 COMMENT=       Replication system for PostgreSQL
 
+USE_TOOLS+=    gmake
+
 DEPENDS+=      postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server
 
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index