From 1c8abd1d9003016615542e84b5883e2747dd07df Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Fri, 17 Jan 2014 10:04:47 +0000 Subject: [PATCH] - Convert to USES=tcl --- net-mgmt/netmagis-common/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mgmt/netmagis-common/Makefile b/net-mgmt/netmagis-common/Makefile index 04069c00d95e..41e0842574a3 100644 --- a/net-mgmt/netmagis-common/Makefile +++ b/net-mgmt/netmagis-common/Makefile @@ -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-mgmt/rancid \ .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 \