svn commit: r339593 - head/sysutils/openipmi

Pietro Cerutti gahr at FreeBSD.org
Mon Jan 13 12:18:11 UTC 2014


Author: gahr
Date: Mon Jan 13 12:18:11 2014
New Revision: 339593
URL: http://svnweb.freebsd.org/changeset/ports/339593

Log:
  - Convert to USES=tcl

Modified:
  head/sysutils/openipmi/Makefile

Modified: head/sysutils/openipmi/Makefile
==============================================================================
--- head/sysutils/openipmi/Makefile	Mon Jan 13 12:05:03 2014	(r339592)
+++ head/sysutils/openipmi/Makefile	Mon Jan 13 12:18:11 2014	(r339593)
@@ -65,7 +65,6 @@ CONFIGURE_ARGS+=	--with-openssl=no
 .endif
 
 .if ${PORT_OPTIONS:MTKINTER}
-WITH_TCL=		yes
 USE_PYTHON=		yes
 WITH_PYTHON=		yes
 BUILD_DEPENDS+=		${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
@@ -105,10 +104,10 @@ CONFIGURE_ARGS+=	--with-swig=no
 .endif
 
 .if ${PORT_OPTIONS:MTCL}
-USE_TCL=		84
+USES+=			tcl
 CONFIGURE_ARGS+=	--with-tcl \
 			--with-tclcflags=-I${TCL_INCLUDEDIR} \
-			--with-tcllibs=-ltcl${TCL_VER:S/.//}
+			--with-tcllibs=-ltcl${TCL_SHLIB_VER}
 PLIST_SUB+=		TCL=""
 .else
 CONFIGURE_ARGS+=	--with-tcl=no


More information about the svn-ports-all mailing list