Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 10:29:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462289 - head/databases/mydumper
Message-ID:  <201802191029.w1JATK9Y085604@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb 19 10:29:19 2018
New Revision: 462289
URL: https://svnweb.freebsd.org/changeset/ports/462289

Log:
  Use CMAKE_OFF

Modified:
  head/databases/mydumper/Makefile

Modified: head/databases/mydumper/Makefile
==============================================================================
--- head/databases/mydumper/Makefile	Mon Feb 19 10:29:04 2018	(r462288)
+++ head/databases/mydumper/Makefile	Mon Feb 19 10:29:19 2018	(r462289)
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
-CMAKE_ARGS=	-DBUILD_DOCS=OFF -DWITH_BINLOG=OFF
+CMAKE_OFF=	BUILD_DOCS WITH_BINLOG
 USE_GNOME=	glib20
 USES=		cmake gnome mysql pkgconfig
 



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