Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2013 07:12:34 +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: r328926 - head/lang/otcl
Message-ID:  <201310010712.r917CYPQ062807@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Oct  1 07:12:34 2013
New Revision: 328926
URL: http://svnweb.freebsd.org/changeset/ports/328926

Log:
  - Convert to USES+=tk

Modified:
  head/lang/otcl/Makefile

Modified: head/lang/otcl/Makefile
==============================================================================
--- head/lang/otcl/Makefile	Tue Oct  1 07:01:44 2013	(r328925)
+++ head/lang/otcl/Makefile	Tue Oct  1 07:12:34 2013	(r328926)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USE_TK=		84+
+USES+=		tk
 USE_XORG=	xext
 
 USE_AUTOTOOLS=	autoconf
@@ -31,9 +31,9 @@ NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 CFLAGS+=	-DHAVE_UNISTD_H
-CONFIGURE_ARGS+=	--with-tcl-ver=${TCL_VER} --with-tk-ver=${TK_VER}
+CONFIGURE_ARGS+=--with-tcl-ver=${TCL_SHLIB_VER} --with-tk-ver=${TK_SHLIB_VER}
 
-.if ${USE_TCL} > 85
+.if ${TCL_SHLIB_VER} > 85
 CFLAGS+=	-DUSE_INTERP_ERRORLINE -DUSE_INTERP_RESULT
 .endif
 



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