aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2021-03-03 10:44:16 +0000
committerDima Panov <fluffy@FreeBSD.org>2021-03-03 10:44:16 +0000
commitfaff5210ba53279883878ffb08619c317dad522c (patch)
treeddee62fdb9b6930144ae749e5b223c22c2ed93a3 /print
parentb8b6afe7759edafafe9c878b08101abde7af0a2f (diff)
downloadports-faff5210ba53279883878ffb08619c317dad522c.tar.gz
ports-faff5210ba53279883878ffb08619c317dad522c.zip
print/limereport: adjust DEBUG handling
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=567057
Diffstat (limited to 'print')
-rw-r--r--print/limereport/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/limereport/Makefile b/print/limereport/Makefile
index fd3703dfa1a1..cf177c47eb0f 100644
--- a/print/limereport/Makefile
+++ b/print/limereport/Makefile
@@ -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>