diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-02-18 02:58:46 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-02-18 02:58:46 +0000 |
commit | 863eb601f5309f80b10aeb24e29f096bd44ca111 (patch) | |
tree | 6811260cce2c3d28c12611b4a9bb8b76555f187c | |
parent | c06bfe7892d8afce70e999d824d73e9138020bc6 (diff) | |
download | ports-863eb601f5309f80b10aeb24e29f096bd44ca111.tar.gz ports-863eb601f5309f80b10aeb24e29f096bd44ca111.zip |
Notes
-rw-r--r-- | security/luasec/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/luasec/Makefile b/security/luasec/Makefile index bdc2362c05d0..74af7c7edfda 100644 --- a/security/luasec/Makefile +++ b/security/luasec/Makefile @@ -19,7 +19,9 @@ ALL_TARGET= bsd LIBDIR= -L${LUA_LIBDIR} -L${WRKSRC}/src/luasocket MAKE_ENV+= INCDIR="-I${LUA_INCDIR} -I${WRKSRC}/src" LUAPATH=${LUA_MODSHAREDIR} \ CPATH=${LUA_MODLIBDIR} LD=${CC} +.if !defined(SLAVE_PORT) USES= lua ssl +.endif CFLAGS+= -I${OPENSSLINC} -DOPENSSL_NO_SSL3 LDFLAGS+= -L${OPENSSLLIB} |