svn commit: r340022 - head/net-mgmt/netmagis-common

Pietro Cerutti gahr at FreeBSD.org
Fri Jan 17 10:04:48 UTC 2014


Author: gahr
Date: Fri Jan 17 10:04:47 2014
New Revision: 340022
URL: http://svnweb.freebsd.org/changeset/ports/340022
QAT: https://qat.redports.org/buildarchive/r340022/

Log:
  - Convert to USES=tcl

Modified:
  head/net-mgmt/netmagis-common/Makefile

Modified: head/net-mgmt/netmagis-common/Makefile
==============================================================================
--- head/net-mgmt/netmagis-common/Makefile	Fri Jan 17 10:01:35 2014	(r340021)
+++ head/net-mgmt/netmagis-common/Makefile	Fri Jan 17 10:04:47 2014	(r340022)
@@ -11,7 +11,7 @@ PKGNAMESUFFIX?=	-common
 MAINTAINER?=	pdagog at gmail.com
 COMMENT?=	Netmagis common infrastructure
 
-USE_TCL=	85+
+USES=		tcl:85+
 
 USE_PGSQL=	pgtcl
 WANT_PGSQL_VER=	91+
@@ -45,7 +45,7 @@ RUN_DEPENDS+=	rancid-run:${PORTSDIR}/net
 .endif
 
 .if ${PKGNAMESUFFIX} == -metro
-USES=		perl5
+USES+=		perl5
 
 RUN_DEPENDS+=	p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg \
 		p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \


More information about the svn-ports-all mailing list