svn commit: r345216 - head/lang/p5-Tcl

Pietro Cerutti gahr at FreeBSD.org
Thu Feb 20 11:09:41 UTC 2014


Author: gahr
Date: Thu Feb 20 11:09:40 2014
New Revision: 345216
URL: http://svnweb.freebsd.org/changeset/ports/345216
QAT: https://qat.redports.org/buildarchive/r345216/

Log:
  - Convert to USES=tcl

Modified:
  head/lang/p5-Tcl/Makefile

Modified: head/lang/p5-Tcl/Makefile
==============================================================================
--- head/lang/p5-Tcl/Makefile	Thu Feb 20 11:07:51 2014	(r345215)
+++ head/lang/p5-Tcl/Makefile	Thu Feb 20 11:09:40 2014	(r345216)
@@ -12,9 +12,8 @@ MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Tcl extension module for Perl5
 
 CONFIGURE_ARGS=	--nousestubs --tclsh ${TCLSH}
-USES=		perl5
+USES=		perl5 tcl
 USE_PERL5=	configure
-USE_TCL=	84+
 
 post-extract:
 	@${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 \{} \;


More information about the svn-ports-all mailing list