From 8e17524951c3bb159678ebfd4970f63ce2c5294b Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 23 Aug 2000 23:27:58 +0000 Subject: add BUILD dependency on autoconf & -make --- security/srp_client/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security/srp_client') diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index 2f7f31f5a2f..4367ce96fa3 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/08/23 23:24:07 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/23 23:27:58 wiz Exp $ # DISTNAME= srp-1.4.4 @@ -16,6 +16,8 @@ MASTER_SITES= ftp://paris.arcot.com/pub/srp/ \ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://srp.stanford.edu/srp/ +BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= automake:../../devel/automake DEPENDS+= gmp>=2.0.2:../../devel/gmp RESTRICTED= "Crypto; export-controlled" -- cgit v1.2.3