Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 13:33:40 +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: r341737 - head/comms/ncid
Message-ID:  <201401291333.s0TDXeHN064972@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Jan 29 13:33:39 2014
New Revision: 341737
URL: http://svnweb.freebsd.org/changeset/ports/341737
QAT: https://qat.redports.org/buildarchive/r341737/

Log:
  - Convert to USES=gmake tk

Modified:
  head/comms/ncid/Makefile

Modified: head/comms/ncid/Makefile
==============================================================================
--- head/comms/ncid/Makefile	Wed Jan 29 13:32:25 2014	(r341736)
+++ head/comms/ncid/Makefile	Wed Jan 29 13:33:39 2014	(r341737)
@@ -10,7 +10,6 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	dhn@FreeBSD.org
 COMMENT=	Network based Caller ID package
 
-USE_TK=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
 MAN1=		ncid.1 ncid2ncid.1 ncidrotate.1 yac2ncid.1 ncidmodules.1 ncidtools.1 \
 		cidalias.1 cidcall.1 cidupdate.1 ncid-initmodem.1 ncid-kpopup.1 ncid-mythtv.1 \
@@ -19,7 +18,7 @@ MAN5=		ncid.conf.5 ncidmodules.conf.5 nc
 		ncidsip.conf.5 sip2ncid.conf.5 ncidd.conf.5 ncid2ncid.conf.5 yac2ncid.conf.5
 MAN8=		ncidd.8 ncidsip.8 sip2ncid.8
 
-USE_GMAKE=	yes
+USES=		gmake tk
 ALL_TARGET=	local
 MAKE_ARGS=	WISH=${WISH} TCLSH=${TCLSH}
 INSTALL_TARGET=	freebsd-install



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