diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /www/cppcms | |
parent | Fix numerous style issues, sort the knobs, kill EOL whitespace. (diff) |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
Diffstat (limited to 'www/cppcms')
-rw-r--r-- | www/cppcms/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/cppcms/Makefile b/www/cppcms/Makefile index 342a6b1607d1..ee7ffade15ef 100644 --- a/www/cppcms/Makefile +++ b/www/cppcms/Makefile @@ -15,8 +15,7 @@ BROKEN_powerpc64= Does not build LIB_DEPENDS= libpcre.so:devel/pcre -USES= cmake python:2 tar:bzip2 -USE_OPENSSL= yes +USES= cmake python:2 tar:bzip2 ssl USE_LDCONFIG= yes OPTIONS_DEFINE= EXAMPLES GCRYPT ICU |