From owner-svn-ports-head@FreeBSD.ORG Tue Jan 14 09:12:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA45AC55; Tue, 14 Jan 2014 09:12:21 +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 9676B1FB5; Tue, 14 Jan 2014 09:12:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0E9CLmV074600; Tue, 14 Jan 2014 09:12:21 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0E9CLmp074599; Tue, 14 Jan 2014 09:12:21 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201401140912.s0E9CLmp074599@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 14 Jan 2014 09:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339667 - head/sysutils/LPRngTool 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: Tue, 14 Jan 2014 09:12:21 -0000 Author: gahr Date: Tue Jan 14 09:12:21 2014 New Revision: 339667 URL: http://svnweb.freebsd.org/changeset/ports/339667 Log: - Convert to USES=tk Modified: head/sysutils/LPRngTool/Makefile (contents, props changed) Modified: head/sysutils/LPRngTool/Makefile ============================================================================== --- head/sysutils/LPRngTool/Makefile Tue Jan 14 09:01:38 2014 (r339666) +++ head/sysutils/LPRngTool/Makefile Tue Jan 14 09:12:21 2014 (r339667) @@ -22,7 +22,7 @@ BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2 #RUN_DEPENDS= ifhp:${PORTSDIR}/print/ifhp USE_GHOSTSCRIPT_BUILD= yes -USE_TK_BUILD= yes +USES= tk .if defined(SYSCONFDIR) PLIST_SUB+= CWD="" SYSCONFDIR="${SYSCONFDIR:S,^/,,}"