From 0de541e73579abfdfa1557485473f733698f044a Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 2 Jun 2020 21:55:14 +0000 Subject: [PATCH] s/DEBUG_PACKAGS/DEBUG_PACKAGES/ --- x11/i3-mousedrag/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11/i3-mousedrag/Makefile b/x11/i3-mousedrag/Makefile index 7efb6077301..03d2b7ed1db 100644 --- a/x11/i3-mousedrag/Makefile +++ b/x11/i3-mousedrag/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2020/02/16 20:50:25 sthen Exp $ +# $OpenBSD: Makefile,v 1.5 2020/06/02 21:55:14 sthen Exp $ # see https://github.com/i3/i3/issues/3085 / orestisfl:issue-2643 COMMENT = improved dynamic tiling window manager, fork with mouse drag @@ -23,7 +23,7 @@ WANTLIB += xcb xcb-cursor xcb-icccm xcb-keysyms xcb-randr xcb-shape WANTLIB += xcb-util xcb-xinerama xcb-xkb xcb-xrm xkbcommon xkbcommon-x11 WANTLIB += yajl -DEBUG_PACKAGS = ${BUILD_PACKAGES} +DEBUG_PACKAGES = ${BUILD_PACKAGES} BUILD_DEPENDS = textproc/asciidoc \ textproc/xmlto