aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-10-21 01:15:24 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-10-21 01:15:24 +0000
commit37673a4e1bd9f6e8797d958543ef801515082b01 (patch)
treeca7955b3a31fda822485ef55d2c7b212d142b317 /x11-toolkits
parent2b204cd72665da89fafeb32ee393022ede8334df (diff)
downloadports-37673a4e1bd9f6e8797d958543ef801515082b01.tar.gz
ports-37673a4e1bd9f6e8797d958543ef801515082b01.zip
MFH: r482634
x11-toolkits/gtk30: unbreak DEBUG=on after r480951 Option helpers have no effect *after* bsd.port.options.mk Approved by: ports-secteam blanket
Notes
Notes: svn path=/branches/2018Q4/; revision=482635
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk30/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index 0c446084c306..d533eb41ac68 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -75,6 +75,9 @@ CLOUDPRINT_LIB_DEPENDS= librest-0.7.so:devel/librest \
libsoup-2.4.so:devel/libsoup \
libjson-glib-1.0.so:devel/json-glib
+# don't explicitly disable debug, this causes segfaults. See ports r437293
+DEBUG_CONFIGURE_ON= --enable-debug=yes
+
WAYLAND_DESC= GDK Wayland backend
WAYLAND_CONFIGURE_ENABLE= wayland-backend
WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols \
@@ -84,11 +87,6 @@ WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \
WAYLAND_RUN_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols
WAYLAND_USE= GL=egl
-.include <bsd.port.options.mk>
-
-# don't explicitly disable debug, this causes segfaults. ports r437293
-DEBUG_CONFIGURE_ON= --enable-debug=yes
-
WAYLAND_BUILD_DEPENDS= wayland-protocols>=0:graphics/wayland-protocols
WAYLAND_CONFIGURE_ENABLE= wayland-backend
WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \