svn commit: r346026 - head/lang/expect-devel

Pietro Cerutti gahr at FreeBSD.org
Tue Feb 25 15:29:20 UTC 2014


Author: gahr
Date: Tue Feb 25 15:29:20 2014
New Revision: 346026
URL: http://svnweb.freebsd.org/changeset/ports/346026
QAT: https://qat.redports.org/buildarchive/r346026/

Log:
  - Convert to USES=tcl tk

Modified:
  head/lang/expect-devel/Makefile

Modified: head/lang/expect-devel/Makefile
==============================================================================
--- head/lang/expect-devel/Makefile	Tue Feb 25 15:27:15 2014	(r346025)
+++ head/lang/expect-devel/Makefile	Tue Feb 25 15:29:20 2014	(r346026)
@@ -19,10 +19,10 @@ USE_AUTOTOOLS=	autoconf
 EXPECT_VER=	${PORTVERSION}
 
 .if !defined(WITHOUT_X11)
-USE_TK=		84+
+USES=		tk
 .else
 PKGNAMESUFFIX=	-nox11
-USE_TCL=	84+
+USES=		tcl
 .endif
 
 WRKSRC=		${WRKDIR}/expect


More information about the svn-ports-all mailing list