summaryrefslogtreecommitdiff
path: root/security/srp_client
diff options
context:
space:
mode:
authortron <tron>2001-08-27 14:35:04 +0000
committertron <tron>2001-08-27 14:35:04 +0000
commite9a15cf60cb0df818817d9787d8349256ab361f3 (patch)
tree7c17d7303ac7c9f39a4bf93764bc326af20f142a /security/srp_client
parent3e0c737ffbdf90692697bede4bd1970d4ddea32e (diff)
downloadpkgsrc-e9a15cf60cb0df818817d9787d8349256ab361f3.tar.gz
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'security/srp_client')
-rw-r--r--security/srp_client/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index 4dfb410f818..0d645f7ffbd 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/08/26 10:32:23 skrll Exp $
-#
+# $NetBSD: Makefile,v 1.17 2001/08/27 14:35:13 tron Exp $
DISTNAME= srp-1.4.4
PKGNAME= srp-client-1.4.4
@@ -10,7 +9,7 @@ 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+= autoconf>=2.13:../../devel/autoconf
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
DEPENDS+= gmp>=2.0.2:../../devel/gmp