pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

options.mk: Fix previous



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Oct 26 02:53:17 2016 +0200
Changeset:	ac227e30b2676cc1276b8111707438a19eea8aa8

Modified Files:
	tcl-fossil/options.mk

Log Message:
options.mk: Fix previous

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ac227e30b2676cc1276b8111707438a19eea8aa8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tcl-fossil/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/tcl-fossil/options.mk b/tcl-fossil/options.mk
index 9fdc425..54c228a 100644
--- a/tcl-fossil/options.mk
+++ b/tcl-fossil/options.mk
@@ -1,7 +1,7 @@
 # $NetBSD: options.mk,v 1.3 2015/03/11 22:32:08 tnn Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.tcl
-PKG_SUPPORTED_OPTIONS=	debug dtrace
+PKG_SUPPORTED_OPTIONS=	debug dtrace threads
 PKG_SUGGESTED_OPTIONS=	threads
 
 .include "../../mk/bsd.prefs.mk"


Home | Main Index | Thread Index | Old Index