diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-02 01:52:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-02 01:52:23 +0800 |
commit | cd66d80c3a17da601258a7a5ef6523182cdfc87a (patch) | |
tree | ff0732bd18c7778d0bd3c090594ab48674f473d8 | |
parent | a6ba1c10499bb9c85deb10bf9a6d154433a92839 (diff) | |
download | freebsd-ports-gnome-cd66d80c3a17da601258a7a5ef6523182cdfc87a.tar.gz freebsd-ports-gnome-cd66d80c3a17da601258a7a5ef6523182cdfc87a.tar.zst freebsd-ports-gnome-cd66d80c3a17da601258a7a5ef6523182cdfc87a.zip |
- Use USES=ssl
-rw-r--r-- | security/p5-Crypt-Curve25519/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/p5-Crypt-Curve25519/Makefile b/security/p5-Crypt-Curve25519/Makefile index 0e864b4e4b9f..6aca7f5846c8 100644 --- a/security/p5-Crypt-Curve25519/Makefile +++ b/security/p5-Crypt-Curve25519/Makefile @@ -14,9 +14,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -USES= perl5 -USE_OPENSSL= yes USE_PERL5= configure +USES= perl5 ssl MAKE_JOBS_UNSAFE= yes |