Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2017 02:58:46 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434326 - head/security/luasec
Message-ID:  <201702180258.v1I2wkRh055782@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Feb 18 02:58:46 2017
New Revision: 434326
URL: https://svnweb.freebsd.org/changeset/ports/434326

Log:
  Fix security/luasec-51 to have the proper PKGNAMEPREFIX of lua51- after r434315.

Modified:
  head/security/luasec/Makefile

Modified: head/security/luasec/Makefile
==============================================================================
--- head/security/luasec/Makefile	Sat Feb 18 00:29:07 2017	(r434325)
+++ head/security/luasec/Makefile	Sat Feb 18 02:58:46 2017	(r434326)
@@ -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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702180258.v1I2wkRh055782>