diff options
Diffstat (limited to 'www/http_post/Makefile')
-rw-r--r-- | www/http_post/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/http_post/Makefile b/www/http_post/Makefile index b0e958c670a8..403e310501b4 100644 --- a/www/http_post/Makefile +++ b/www/http_post/Makefile @@ -18,7 +18,7 @@ PLIST_FILES= bin/http_post \ man/man1/http_post.1.gz .ifndef NO_OPENSSL -USE_OPENSSL= yes +USES+= ssl .endif .include <bsd.port.mk> |