diff options
author | danw <danw> | 2000-06-30 16:30:24 +0000 |
---|---|---|
committer | danw <danw> | 2000-06-30 16:30:24 +0000 |
commit | a13fdcdf5fa7c6d1cdfe965d941241daf87520c6 (patch) | |
tree | d973558e3ee717e14dcade487d003dd61557ef53 /security/srp_client/Makefile | |
parent | 3065fc46dd924f7cf09d2e6770cd69814418e996 (diff) | |
download | pkgsrc-a13fdcdf5fa7c6d1cdfe965d941241daf87520c6.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/Makefile | 4 |
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 |