summaryrefslogtreecommitdiff
path: root/databases/puppetdb-cli
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-04-17 07:33:34 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-04-17 07:33:34 +0000
commit23e6c4fb94bc3eb08c1378ef00a32cf91feef35d (patch)
treee05f59866e6139badbc92c7524966ba640a8fed5 /databases/puppetdb-cli
parentdevel/py-game: Update 1.9.1 -> 1.9.5; ndowens.fbsd@yandex.com takes maintaine... (diff)
Mk/Uses/cargo.mk: Push lib dependencies back down into ports
Some crates are optional via Cargo features or are only used during tests, however the framework has no way to discriminate between test or run dependencies using just CARGO_CRATES leading to more run dependencies than necessary for some packages. With more ported Rust applications it's time to let individual ports make that decision now. The environmental setup to use dependencies from ports instead of bundled ones and implied build dependencies (cmake, gmake, pkgconf) are left in place for now. Assign cargo.mk to rust@ while here.
Notes
Notes: svn path=/head/; revision=499149
Diffstat (limited to 'databases/puppetdb-cli')
-rw-r--r--databases/puppetdb-cli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/puppetdb-cli/Makefile b/databases/puppetdb-cli/Makefile
index 88dfc6ec0459..cda0a331626c 100644
--- a/databases/puppetdb-cli/Makefile
+++ b/databases/puppetdb-cli/Makefile
@@ -16,7 +16,7 @@ BROKEN_SSL_REASON_libressl= Needs an old version of OpenSSL (older than 1.1)
BROKEN_SSL_REASON_libressl-devel= Needs an old version of OpenSSL (older than 1.1)
BROKEN_SSL_REASON_openssl111= Needs an older version of OpenSSL (older than 1.1)
-USES= cargo perl5
+USES= cargo perl5 ssl
USE_GITHUB= yes
USE_PERL5= build