diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-29 19:46:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-29 19:46:10 +0000 |
commit | 4c38713d7bad9af9588bff4f78232edc9e411542 (patch) | |
tree | 84fae42eff07ce703dc96dece7cdb9f95f7dbf81 /security | |
parent | bdc33053bdd7bb6de1d25615bcddc846d22acbd6 (diff) | |
download | pkgsrc-4c38713d7bad9af9588bff4f78232edc9e411542.tar.gz |
A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
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 |