blob: a639fafe2701fa7d03abfe97ab9c0d199dec3f96 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $NetBSD: options.mk,v 1.1 2005/11/13 19:18:14 martin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qvwm
PKG_SUPPORTED_OPTIONS= debug
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mdebug)
CONFIGURE_ARGS+= --enable-debug=yes
.endif
|