aboutsummaryrefslogtreecommitdiff
path: root/security/luasec
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-02-18 02:58:46 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-02-18 02:58:46 +0000
commit863eb601f5309f80b10aeb24e29f096bd44ca111 (patch)
tree6811260cce2c3d28c12611b4a9bb8b76555f187c /security/luasec
parentc06bfe7892d8afce70e999d824d73e9138020bc6 (diff)
downloadports-863eb601f5309f80b10aeb24e29f096bd44ca111.tar.gz
ports-863eb601f5309f80b10aeb24e29f096bd44ca111.zip
Fix security/luasec-51 to have the proper PKGNAMEPREFIX of lua51- after r434315.
Notes
Notes: svn path=/head/; revision=434326
Diffstat (limited to 'security/luasec')
-rw-r--r--security/luasec/Makefile2
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}