summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2025-06-27 11:02:05 +0300
committerGleb Popov <arrowd@FreeBSD.org>2025-07-03 10:34:27 +0300
commitb10aaa95caf97f1bcd46b1d171cf57df61d028a5 (patch)
treec8109b6bc313952ea2ba914b55d81d9ac4b9fd74
parentdevel/dub: Update to 1.40.0 (diff)
x11-toolkits/gtkd: Skip building demos that aren't even installed
Approved by: acm Pull Request: https://github.com/freebsd/freebsd-ports/pull/414
-rw-r--r--x11-toolkits/gtkd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/gtkd/Makefile b/x11-toolkits/gtkd/Makefile
index 90c3db9466b8..613df9034804 100644
--- a/x11-toolkits/gtkd/Makefile
+++ b/x11-toolkits/gtkd/Makefile
@@ -17,6 +17,8 @@ BUILD_DEPENDS= ldc2:lang/ldc
USES= gmake zip
WRKSRC= ${WRKDIR}
MAKEFILE= GNUmakefile
+# avoid building demos
+ALL_TARGET= libs shared-libs
SSP_UNSAFE= ldc2 does not support -fstack-protector-strong