aboutsummaryrefslogtreecommitdiffstats
path: root/security/luasec
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2014-10-16 16:55:30 +0800
committerak <ak@FreeBSD.org>2014-10-16 16:55:30 +0800
commita741f32085308d87f0f1277ee0dbf0b9c5c652a0 (patch)
treec34fe21a0cd46eed571a63a1f209cb0c81530167 /security/luasec
parent2f0f900cb6684cad9eebc34021ea7fe6f0cfcbc8 (diff)
downloadfreebsd-ports-gnome-a741f32085308d87f0f1277ee0dbf0b9c5c652a0.tar.gz
freebsd-ports-gnome-a741f32085308d87f0f1277ee0dbf0b9c5c652a0.tar.zst
freebsd-ports-gnome-a741f32085308d87f0f1277ee0dbf0b9c5c652a0.zip
- Fix various distinfo errors
- Remove unused USE_* knobs - Fix typos in USE_* knobs - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D911
Diffstat (limited to 'security/luasec')
-rw-r--r--security/luasec/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/security/luasec/Makefile b/security/luasec/Makefile
index aa468b72cfb9..3eaec1f2291f 100644
--- a/security/luasec/Makefile
+++ b/security/luasec/Makefile
@@ -20,15 +20,6 @@ MAKE_ENV+= INCDIR="-I${LUA_INCDIR} -I${WRKSRC}/src" LUAPATH=${LUA_MODSHAREDIR} \
USES= lua:51
USE_OPENSSL= yes
-.include <bsd.port.options.mk>
-
-# NOTE: OSVERSION is already defined here, and USE_OPENSSL_PORT
-# should be defined before pre.mk, that's why options.mk is used
-
-.if ${OSVERSION} < 700024
-USE_OPENSSL_PORT=yes
-.endif
-
post-patch: .SILENT
${REINPLACE_CMD} -Ee '/\(INSTALL\)/s/-D //' \
-e '/^LDFLAGS/s/\+=/=/' \