From 2a34136e142d234f6fc1dbd6b2851245fd7b4bd7 Mon Sep 17 00:00:00 2001 From: Aleksej Saushev Date: Tue, 7 Jun 2011 20:52:49 +0000 Subject: [PATCH] Pull "bsd.prefs.mk", remove unneeded spaces. --- tcl85/options.mk | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tcl85/options.mk b/tcl85/options.mk index ad7c4a1790..58f5fe32d6 100644 --- a/tcl85/options.mk +++ b/tcl85/options.mk @@ -1,17 +1,18 @@ -# $NetBSD: options.mk,v 1.3 2011/06/07 20:44:24 asau Exp $ +# $NetBSD: options.mk,v 1.4 2011/06/07 20:52:49 asau Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tcl PKG_SUPPORTED_OPTIONS= threads debug PKG_SUGGESTED_OPTIONS= threads +.include "../../mk/bsd.prefs.mk" .include "../../mk/bsd.options.mk" -. if !empty(PKG_OPTIONS:Mdebug) +.if !empty(PKG_OPTIONS:Mdebug) CONFIGURE_ARGS+= --enable-symbols=mem -. endif +.endif -. if !empty(PKG_OPTIONS:Mthreads) +.if !empty(PKG_OPTIONS:Mthreads) CONFIGURE_ARGS+= --enable-threads=on -. else +.else CONFIGURE_ARGS+= --enable-threads=off -. endif +.endif