diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-10-15 13:15:45 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-10-15 13:15:45 +0000 |
commit | e42ff3f9727c13ecd1da9c9e9517afb6f76af47d (patch) | |
tree | c108e13c4d01f9aa9e4ca3e42e8c22abd6a3f934 /security/sks/Makefile | |
parent | 359bf068a15c679ddffc076125e8508f57c14947 (diff) | |
download | ports-e42ff3f9727c13ecd1da9c9e9517afb6f76af47d.tar.gz ports-e42ff3f9727c13ecd1da9c9e9517afb6f76af47d.zip |
Notes
Diffstat (limited to 'security/sks/Makefile')
-rw-r--r-- | security/sks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sks/Makefile b/security/sks/Makefile index 6da1d5031de5..4cdefaebc931 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sks -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= security MASTER_SITES= GOOGLE_CODE EXTRACT_SUFX= .tgz @@ -17,7 +17,7 @@ COMMENT= Synchronizing Key Server, a fast OpenPGP keyserver PROJECTHOST= sks-keyserver USE_OCAML= yes -USE_BDB= 46+ +USE_BDB= 5 USE_PERL5_BUILD=yes USE_GMAKE= yes |