From owner-svn-ports-head@FreeBSD.ORG Wed Jan 29 13:33:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53D97A46; Wed, 29 Jan 2014 13:33:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F9C118A3; Wed, 29 Jan 2014 13:33:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0TDXesR064973; Wed, 29 Jan 2014 13:33:40 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0TDXeHN064972; Wed, 29 Jan 2014 13:33:40 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201401291333.s0TDXeHN064972@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 29 Jan 2014 13:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341737 - head/comms/ncid X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jan 2014 13:33:40 -0000 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