diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-10 03:23:12 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-10 03:23:12 +0000 |
commit | fe5b6e48314dbc69e64a5301cb0125092ec4a996 (patch) | |
tree | 8633ad419e786c9693e0717d2c578932e3d1320b /www/bozohttpd | |
parent | www/htdump: Add CFLAGS and LDFLAGS for USES=ssl (diff) |
www/bozohttpd: Add CFLAGS and LDFLAGS for USES=ssl
Approved by: SSL blanket
Notes
Notes:
svn path=/head/; revision=421654
Diffstat (limited to 'www/bozohttpd')
-rw-r--r-- | www/bozohttpd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index ec1f0334a0cd..8dff3641468c 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -18,6 +18,10 @@ USE_RC_SUBR= bozohttpd OPTIONS_DEFINE= HTPASSWD SSL CGI OPTIONS_DEFAULT= SSL CGI +SSL_USES= ssl +SSL_CFLAGS= -I${OPENSSLINC} +SSL_LDFLAGS= -L${OPENSSLLIB} + USES= cpe uidfix tar:bzip2 CPE_VENDOR= eterna @@ -35,7 +39,6 @@ MAKE_ARGS+= 'COPTS+= -UDO_HTPASSWD' .endif .if ${PORT_OPTIONS:MSSL} -USE_OPENSSL= yes MAKE_ARGS+= 'COPTS+= -UNO_SSL_SUPPORT' .else MAKE_ARGS+= 'COPTS+= -DNO_SSL_SUPPORT' \ |