svn commit: r328926 - head/lang/otcl

Pietro Cerutti gahr at FreeBSD.org
Tue Oct 1 07:12:35 UTC 2013


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
 


More information about the svn-ports-head mailing list