svn commit: r341698 - head/cad/opencascade

Pietro Cerutti gahr at FreeBSD.org
Wed Jan 29 08:43:32 UTC 2014


Author: gahr
Date: Wed Jan 29 08:43:32 2014
New Revision: 341698
URL: http://svnweb.freebsd.org/changeset/ports/341698
QAT: https://qat.redports.org/buildarchive/r341698/

Log:
  - Convert to USES=tk

Modified:
  head/cad/opencascade/Makefile

Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile	Wed Jan 29 08:42:34 2014	(r341697)
+++ head/cad/opencascade/Makefile	Wed Jan 29 08:43:32 2014	(r341698)
@@ -78,7 +78,7 @@ PLIST_SUB+=	DE=""
 CONFIGURE_ARGS+=--enable-draw			\
 		--with-tcl=${TCL_LIBDIR}	\
 		--with-tk=${TK_LIBDIR}
-USE_TK=		84+
+USES+=		tk
 LIB_DEPENDS+=	libitcl.so.${ITCL_VER}:${PORTSDIR}/lang/itcl		\
 		libTix${TIX_VER}.so:${PORTSDIR}/x11-toolkits/tix
 ITCL_VER=	3


More information about the svn-ports-all mailing list