Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2021 10:44:17 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567057 - head/print/limereport
Message-ID:  <202103031044.123AiHrf066819@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Wed Mar  3 10:44:16 2021
New Revision: 567057
URL: https://svnweb.freebsd.org/changeset/ports/567057

Log:
  print/limereport: adjust DEBUG handling
  
  Submitted by:	maintainer

Modified:
  head/print/limereport/Makefile

Modified: head/print/limereport/Makefile
==============================================================================
--- head/print/limereport/Makefile	Wed Mar  3 10:33:00 2021	(r567056)
+++ head/print/limereport/Makefile	Wed Mar  3 10:44:16 2021	(r567057)
@@ -37,7 +37,7 @@ ZINT_EXTRA_PATCHES=	${FILESDIR}/extrapatch-barcode
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDEBUG}
-WITH_DEBUG=	yes
+CMAKE_BUILD_TYPE=	Debug
 .endif
 
 .include <bsd.port.mk>



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