From c076b4aa3db5050cb3cef9d83c59cc6ed0b59ecf Mon Sep 17 00:00:00 2001 From: danw Date: Wed, 5 May 2004 00:38:07 +0000 Subject: require gmake. (it coincidentally happens to build correctly with bmake on NetBSD, but not on some other platforms) --- benchmarks/bonnie++/Makefile | 3 ++- benchmarks/postal/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'benchmarks') diff --git a/benchmarks/bonnie++/Makefile b/benchmarks/bonnie++/Makefile index 69550a3d467..7ab35fe46c4 100644 --- a/benchmarks/bonnie++/Makefile +++ b/benchmarks/bonnie++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/11 13:50:15 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2004/05/05 00:38:07 danw Exp $ # DISTNAME= bonnie++-1.03a @@ -14,6 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES GNU_CONFIGURE= YES +USE_GNU_TOOLS= make USE_GCC_SHLIB= YES REPLACE_PERL= bon_csv2txt.in bon_csv2html.in diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index c628407d1b6..279a541f7dc 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/04/11 03:47:15 snj Exp $ +# $NetBSD: Makefile,v 1.4 2004/05/05 00:40:43 danw Exp $ DISTNAME= postal-0.62 PKGREVISION= 1 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.coker.com.au/postal/ COMMENT= Tool for benchmarking SMTP/POP servers GNU_CONFIGURE= yes +USE_GNU_TOOLS+= make USE_BUILDLINK3= yes .include "../../security/openssl/buildlink3.mk" -- cgit v1.2.3