diff options
author | danw <danw@pkgsrc.org> | 2004-05-05 00:38:07 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-05 00:38:07 +0000 |
commit | 349cc5019faa08150ba8d658808b476c785ed6bd (patch) | |
tree | 95e04faea454e0ac585b11369ef93e9fa86145d0 /benchmarks/postal | |
parent | e42232833da6c262ad906a62894eb9f76f91e296 (diff) | |
download | pkgsrc-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/postal')
-rw-r--r-- | benchmarks/postal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |