diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/srp_client/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index 0d645f7ffbd..12979c65fb6 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/08/27 14:35:13 tron Exp $ +# $NetBSD: Makefile,v 1.18 2001/11/29 19:46:13 jlam Exp $ DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 @@ -9,7 +9,6 @@ MAINTAINER= jlam@netbsd.org #HOMEPAGE= http://srp.stanford.edu/srp/ COMMENT= client programs using Secure Remote Password protocol -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake DEPENDS+= gmp>=2.0.2:../../devel/gmp |