svn commit: r567057 - head/print/limereport

Dima Panov fluffy at FreeBSD.org
Wed Mar 3 10:44:17 UTC 2021


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>


More information about the svn-ports-head mailing list