svn commit: r504027 - head/databases/metakit

Pietro Cerutti gahr at FreeBSD.org
Wed Jun 12 16:23:30 UTC 2019


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}


More information about the svn-ports-head mailing list