diff options
author | wiz <wiz> | 2000-08-23 23:27:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-08-23 23:27:58 +0000 |
commit | 0d786232230ea9fb25563997827e76ce5f5d547b (patch) | |
tree | ad91c9b5b7f0d007ecb8c2835b408d75bf87b0fc /security/srp_client | |
parent | 2a75cd54e74e11471bf9a7d025188d6b9c30348c (diff) | |
download | pkgsrc-0d786232230ea9fb25563997827e76ce5f5d547b.tar.gz |
add BUILD dependency on autoconf & -make
Diffstat (limited to 'security/srp_client')
-rw-r--r-- | security/srp_client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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" |