Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2019 16:23:29 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504027 - head/databases/metakit
Message-ID:  <201906121623.x5CGNTsw033517@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Jun 12 16:23:28 2019
New Revision: 504027
URL: https://svnweb.freebsd.org/changeset/ports/504027

Log:
  database/metakit: fix USES=tcl

Modified:
  head/databases/metakit/Makefile

Modified: head/databases/metakit/Makefile
==============================================================================
--- head/databases/metakit/Makefile	Wed Jun 12 16:22:05 2019	(r504026)
+++ head/databases/metakit/Makefile	Wed Jun 12 16:23:28 2019	(r504027)
@@ -31,7 +31,7 @@ PYTHON_USES=		python:2.7
 PYTHON_CONFIGURE_ON=	--with-python=${LOCALBASE}
 PYTHON_CATEGORIES=	python
 
-TCL_USES=		tcl:85+
+TCL_USES=		tcl:85
 TCL_CATEGORIES=		tcl
 TCL_CONFIGURE_ON=	--with-tcl=${TCL_INCLUDEDIR}
 TCL_CONFIGURE_ENV=	TCL_LIBDIR=${TCL_LIBDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906121623.x5CGNTsw033517>