diff options
author | gahr <gahr@FreeBSD.org> | 2014-01-14 17:12:21 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-01-14 17:12:21 +0800 |
commit | 16097d1341758952aaa7604195a9283953c6e252 (patch) | |
tree | d8cb40ae3d0ea956ee033f5bdbb186d69aaffb02 | |
parent | 2a76fc096a0c87cd5fda897de836c7e4845bc5d3 (diff) | |
download | freebsd-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/Makefile | 2 |
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,^/,,}" |