aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-01-14 17:12:21 +0800
committergahr <gahr@FreeBSD.org>2014-01-14 17:12:21 +0800
commit16097d1341758952aaa7604195a9283953c6e252 (patch)
treed8cb40ae3d0ea956ee033f5bdbb186d69aaffb02
parent2a76fc096a0c87cd5fda897de836c7e4845bc5d3 (diff)
downloadfreebsd-ports-gnome-16097d1341758952aaa7604195a9283953c6e252.tar.gz
freebsd-ports-gnome-16097d1341758952aaa7604195a9283953c6e252.tar.zst
freebsd-ports-gnome-16097d1341758952aaa7604195a9283953c6e252.zip
- Convert to USES=tk
-rw-r--r--sysutils/LPRngTool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/LPRngTool/Makefile b/sysutils/LPRngTool/Makefile
index 1a8fdbd089b6..47938d3a2e61 100644
--- a/sysutils/LPRngTool/Makefile
+++ b/sysutils/LPRngTool/Makefile
@@ -22,7 +22,7 @@ BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps \
#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,^/,,}"