summaryrefslogtreecommitdiff
path: root/security/srp_client
diff options
context:
space:
mode:
authordanw <danw>2000-06-30 16:30:24 +0000
committerdanw <danw>2000-06-30 16:30:24 +0000
commita13fdcdf5fa7c6d1cdfe965d941241daf87520c6 (patch)
treed973558e3ee717e14dcade487d003dd61557ef53 /security/srp_client
parent3065fc46dd924f7cf09d2e6770cd69814418e996 (diff)
downloadpkgsrc-a13fdcdf5fa7c6d1cdfe965d941241daf87520c6.tar.gz
depend on gmp>=2.0.2 rather than gmp-2.0.2
Diffstat (limited to 'security/srp_client')
-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