Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2014 10:04:47 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340022 - head/net-mgmt/netmagis-common
Message-ID:  <201401171004.s0HA4lCM008546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401171004.s0HA4lCM008546>