svn commit: r339667 - head/sysutils/LPRngTool

Pietro Cerutti gahr at FreeBSD.org
Tue Jan 14 09:12:21 UTC 2014


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,^/,,}"


More information about the svn-ports-all mailing list