svn commit: r345479 - head/sysutils/hfsutils

Pietro Cerutti gahr at FreeBSD.org
Fri Feb 21 15:11:22 UTC 2014


Author: gahr
Date: Fri Feb 21 15:11:22 2014
New Revision: 345479
URL: http://svnweb.freebsd.org/changeset/ports/345479
QAT: https://qat.redports.org/buildarchive/r345479/

Log:
  - Convert to USES=tk

Modified:
  head/sysutils/hfsutils/Makefile

Modified: head/sysutils/hfsutils/Makefile
==============================================================================
--- head/sysutils/hfsutils/Makefile	Fri Feb 21 15:06:46 2014	(r345478)
+++ head/sysutils/hfsutils/Makefile	Fri Feb 21 15:11:22 2014	(r345479)
@@ -47,8 +47,7 @@ NO_STAGE=	yes
 .if ${PORT_OPTIONS:MTCLTK}
 CATEGORIES+=	tcl tk
 
-USE_TCL=	84+
-USE_TK=		84+
+USES=		tk
 
 CONFIGURE_ARGS=	--with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR}
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-head mailing list