summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-05 00:38:07 +0000
committerdanw <danw@pkgsrc.org>2004-05-05 00:38:07 +0000
commit349cc5019faa08150ba8d658808b476c785ed6bd (patch)
tree95e04faea454e0ac585b11369ef93e9fa86145d0 /benchmarks
parente42232833da6c262ad906a62894eb9f76f91e296 (diff)
downloadpkgsrc-349cc5019faa08150ba8d658808b476c785ed6bd.tar.gz
require gmake. (it coincidentally happens to build correctly with
bmake on NetBSD, but not on some other platforms)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/bonnie++/Makefile3
-rw-r--r--benchmarks/postal/Makefile3
2 files changed, 4 insertions, 2 deletions
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"