aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2018-03-29 02:49:23 +0800
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2018-03-29 02:49:23 +0800
commit6e78da6c80b0bc552850fb6773b5888fbe91c9fb (patch)
tree472fbb94e4b667a6e627b1534331238351e3c2ce
parent9158db58cfcf57e71cad4247463c5880ab8d7665 (diff)
downloadfreebsd-ports-6e78da6c80b0bc552850fb6773b5888fbe91c9fb.tar.gz
freebsd-ports-6e78da6c80b0bc552850fb6773b5888fbe91c9fb.tar.zst
freebsd-ports-6e78da6c80b0bc552850fb6773b5888fbe91c9fb.zip
register explicit dependency
(even as we have a good-enough openssl in base)
Notes
Notes: svn path=/head/; revision=465838
-rw-r--r--net-mgmt/check_ssl_cert/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/check_ssl_cert/Makefile b/net-mgmt/check_ssl_cert/Makefile
index 721b337fdf70..758bf4e0f33a 100644
--- a/net-mgmt/check_ssl_cert/Makefile
+++ b/net-mgmt/check_ssl_cert/Makefile
@@ -16,6 +16,7 @@ RUN_DEPENDS= expect:lang/expect \
NO_ARCH= yes
NO_BUILD= yes
+USES= ssl:run
USE_GITHUB= yes
GH_ACCOUNT= matteocorti
GV_PROJECT= check_ssl_cert