aboutsummaryrefslogtreecommitdiff
path: root/net/linknx
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-01 14:58:00 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-01 14:58:00 +0000
commitd91f6f075eea74f1d5e705994eae16d30a2dd5ad (patch)
tree1739f2fca0aaf0ad22f127a4b99b5340445ad699 /net/linknx
parent3300ff3d22fa237cd8ba52ad39e588643700cc3f (diff)
downloadports-d91f6f075eea74f1d5e705994eae16d30a2dd5ad.tar.gz
ports-d91f6f075eea74f1d5e705994eae16d30a2dd5ad.zip
Try to unbreak after conversion to OPTIONS helpers
Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=342164
Diffstat (limited to 'net/linknx')
-rw-r--r--net/linknx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/linknx/Makefile b/net/linknx/Makefile
index 9f7b9e0b4fcf..0adeda2fa99f 100644
--- a/net/linknx/Makefile
+++ b/net/linknx/Makefile
@@ -33,11 +33,12 @@ LIBESMTP_LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mail/libesmtp
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= *