diff options
author | johans <johans@FreeBSD.org> | 2013-08-14 16:32:53 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-08-14 16:32:53 +0800 |
commit | 8a7d13592bfab22890f1f348b8138c12b213020c (patch) | |
tree | 6ade4c3116fc5a2782c582bf436eb35eb7d45b68 | |
parent | aaabfcf00593adeceb339ba02e3b177aca8a4eea (diff) | |
download | freebsd-ports-gnome-8a7d13592bfab22890f1f348b8138c12b213020c.tar.gz freebsd-ports-gnome-8a7d13592bfab22890f1f348b8138c12b213020c.tar.zst freebsd-ports-gnome-8a7d13592bfab22890f1f348b8138c12b213020c.zip |
Note that parallel builds do not work
While here, update Perl dependency style and WWW
PR: ports/181275
Submitted by: mat
-rw-r--r-- | security/sks/Makefile | 4 | ||||
-rw-r--r-- | security/sks/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/security/sks/Makefile b/security/sks/Makefile index fb2c8f96588b..e7595ec67b59 100644 --- a/security/sks/Makefile +++ b/security/sks/Makefile @@ -13,7 +13,9 @@ PROJECTHOST= sks-keyserver USE_OCAML= yes USE_BDB= 5 -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build +MAKE_JOBS_UNSAFE=yes USE_GMAKE= yes MAKE_ENV= BDBINCLUDE="-I${BDB_INCLUDE_DIR}" \ diff --git a/security/sks/pkg-descr b/security/sks/pkg-descr index 96980642ee38..a4c6525b94db 100644 --- a/security/sks/pkg-descr +++ b/security/sks/pkg-descr @@ -10,4 +10,4 @@ Refer to the online references for pointers on downloading a full copy of the public PGP databse (about 2Gb) and on tweaking the your configuration. http://www.keysigning.org/sks/ may help you getting started. -WWW: http://minskyprimus.net/sks/ +WWW: https://bitbucket.org/skskeyserver/sks-keyserver/ |