svn commit: r342164 - head/net/linknx

Antoine Brodin antoine at FreeBSD.org
Sat Feb 1 14:58:01 UTC 2014


Author: antoine
Date: Sat Feb  1 14:58:00 2014
New Revision: 342164
URL: http://svnweb.freebsd.org/changeset/ports/342164
QAT: https://qat.redports.org/buildarchive/r342164/

Log:
  Try to unbreak after conversion to OPTIONS helpers
  
  Reported by:	pkg-fallout

Modified:
  head/net/linknx/Makefile

Modified: head/net/linknx/Makefile
==============================================================================
--- head/net/linknx/Makefile	Sat Feb  1 14:56:10 2014	(r342163)
+++ head/net/linknx/Makefile	Sat Feb  1 14:58:00 2014	(r342164)
@@ -33,11 +33,12 @@ LIBESMTP_LIB_DEPENDS=	libesmtp.so:${PORT
 LIBCURL_CONFIGURE_WITH=	libcurl
 LIBCURL_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 LIBLUA_CONFIGURE_WITH=	lua
-LIBLUA_USE=	lua=yes
+LIBLUA_USE=	LUA=yes
 LIBLUA_CFLAGS=	-I${LUA_INCDIR}
 LIBLUA_LDFLAGS=	-L${LUA_LIBDIR}
-MYSQL_CONFIGURE_WITH=	mysql=${LOCALBASE}/bin/mysql_config
-MYSQL_USE=	mysql=yes
+MYSQL_CONFIGURE_ON=	--with-mysql=${LOCALBASE}/bin/mysql_config
+MYSQL_CONFIGURE_OFF=	--without-mysql
+MYSQL_USE=	MYSQL=yes
 
 PORTDOCS=	*
 


More information about the svn-ports-all mailing list