diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-03-03 18:44:16 +0800 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-03-03 18:44:16 +0800 |
commit | faff5210ba53279883878ffb08619c317dad522c (patch) | |
tree | ddee62fdb9b6930144ae749e5b223c22c2ed93a3 /print | |
parent | b8b6afe7759edafafe9c878b08101abde7af0a2f (diff) | |
download | freebsd-ports-gnome-faff5210ba53279883878ffb08619c317dad522c.tar.gz freebsd-ports-gnome-faff5210ba53279883878ffb08619c317dad522c.tar.zst freebsd-ports-gnome-faff5210ba53279883878ffb08619c317dad522c.zip |
print/limereport: adjust DEBUG handling
Submitted by: maintainer
Diffstat (limited to 'print')
-rw-r--r-- | print/limereport/Makefile | 2 |
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> |