summaryrefslogtreecommitdiff
path: root/x11/gtk2/options.mk
diff options
context:
space:
mode:
authorwiz <wiz>2005-11-25 21:30:17 +0000
committerwiz <wiz>2005-11-25 21:30:17 +0000
commitaed16e3695f50b83e582cbefd47bdce5f904000c (patch)
tree9d3461f20a1fbd4f8497b169ba0b6bfbc534b320 /x11/gtk2/options.mk
parente1ec97731fe8003eb151c6d2790024c1e87f16eb (diff)
downloadpkgsrc-aed16e3695f50b83e582cbefd47bdce5f904000c.tar.gz
Add debug option.
Diffstat (limited to 'x11/gtk2/options.mk')
-rw-r--r--x11/gtk2/options.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/gtk2/options.mk b/x11/gtk2/options.mk
new file mode 100644
index 00000000000..04c1590ae0b
--- /dev/null
+++ b/x11/gtk2/options.mk
@@ -0,0 +1,10 @@
+# $NetBSD: options.mk,v 1.1 2005/11/25 21:31:06 wiz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.gtk2+
+PKG_SUPPORTED_OPTIONS= debug
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mdebug)
+CONFIGURE_ARGS+= --enable-debug=yes
+.endif