From a3bc3647a65e4cfebd38172a4d572314dc23ef2f Mon Sep 17 00:00:00 2001 From: jasper Date: Mon, 11 Nov 2019 20:18:04 +0000 Subject: [PATCH] add debug-gjs --- x11/gnome/gjs/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11/gnome/gjs/Makefile b/x11/gnome/gjs/Makefile index b56f7aca2a3..d1b2cd74e64 100644 --- a/x11/gnome/gjs/Makefile +++ b/x11/gnome/gjs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.77 2019/11/08 14:28:48 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.78 2019/11/11 20:18:04 jasper Exp $ USE_WXNEEDED= Yes @@ -6,6 +6,7 @@ COMMENT= Javascript bindings for GNOME GNOME_PROJECT= gjs GNOME_VERSION= 1.58.1 +REVISION= 0 SHARED_LIBS += gjs 5.0 # 0.0 @@ -25,6 +26,8 @@ WANTLIB += plc4 plds4 png readline xcb xcb-render xcb-shm z MODULES= devel/dconf \ x11/gnome +DEBUG_PACKAGES = ${BUILD_PACKAGES} + # sync with devel/spidermonkey60 and SHARED_LIBS consumers: # x11/gnome/documents x11/gnome/shell x11/gnome/sushi COMPILER= base-clang ports-gcc