diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-01-05 06:40:23 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2022-01-05 06:57:17 +0000 |
commit | f8be2c80ad1b62e7f79e7bb37007fc5819e72d2e (patch) | |
tree | 670e6bf689acb4a851b7a19102c8553249dd2367 | |
parent | 1c78d858014067b191b1781495b4a66addbdd86a (diff) | |
download | ports-f8be2c80ad1b62e7f79e7bb37007fc5819e72d2e.tar.gz ports-f8be2c80ad1b62e7f79e7bb37007fc5819e72d2e.zip |
x11-wm/river: unbreak with non-empty WITH_DEBUG
Cannot run step 'yes' because it does not exist
-rw-r--r-- | x11-wm/river/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index b21009a028b0..c6a97fdbb29f 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -29,7 +29,7 @@ GH_TUPLE= ifreund:zig-pixman:d381567:zig_pixman/deps/zig-pixman \ swaywm:zig-wlroots:417c103:zig_wlroots/deps/zig-wlroots MAKE_ENV= DESTDIR="${STAGEDIR}" CONFIGURE_ARGS= --prefix "${PREFIX}" \ - ${WITH_DEBUG:U-Drelease-fast=true} \ + ${WITH_DEBUG:D:U-Drelease-fast} \ --verbose NO_INSTALL= yes # strip(1) breaks runtime PLIST_FILES= bin/${PORTNAME} \ |