10 lines
234 B
Makefile
10 lines
234 B
Makefile
# $NetBSD: options.mk,v 1.1 2005/11/25 21:30:17 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.glib2
|
|
PKG_SUPPORTED_OPTIONS= debug
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mdebug)
|
|
CONFIGURE_ARGS+= --enable-debug=yes
|
|
.endif
|