summaryrefslogtreecommitdiff
path: root/security/srp_client/Makefile
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2000-06-30 16:30:24 +0000
committerdanw <danw@pkgsrc.org>2000-06-30 16:30:24 +0000
commit9836773842f491c014cc583f46d327b1095c2183 (patch)
treed973558e3ee717e14dcade487d003dd61557ef53 /security/srp_client/Makefile
parent0db912b615c081e7ca767ed5d217263a75a86d1b (diff)
downloadpkgsrc-9836773842f491c014cc583f46d327b1095c2183.tar.gz
depend on gmp>=2.0.2 rather than gmp-2.0.2
Diffstat (limited to 'security/srp_client/Makefile')
-rw-r--r--security/srp_client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile
index 9e286d8a258..9ee9c96df05 100644
--- a/security/srp_client/Makefile
+++ b/security/srp_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/02/05 06:00:18 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2000/06/30 16:30:24 danw Exp $
#
DISTNAME= srp-1.4.4
@@ -16,7 +16,7 @@ MASTER_SITES= ftp://paris.arcot.com/pub/srp/ \
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://srp.stanford.edu/srp/
-DEPENDS+= gmp-2.0.2:../../devel/gmp
+DEPENDS+= gmp>=2.0.2:../../devel/gmp
RESTRICTED= "Crypto; export-controlled"
MIRROR_DISTFILE= no