aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/LPRngTool/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/LPRngTool/Makefile b/sysutils/LPRngTool/Makefile
index a2bc90c6275b..651afb092541 100644
--- a/sysutils/LPRngTool/Makefile
+++ b/sysutils/LPRngTool/Makefile
@@ -19,15 +19,14 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Configuration Tool for LPRng
-USE_GHOSTSCRIPT_AFPL= yes
-USE_GHOSTSCRIPT_BUILD= yes
-
-BUILD_DEPENDS= \
- wish8.3:${PORTSDIR}/x11-toolkits/tk83 \
- a2ps:${PORTSDIR}/print/a2ps-letter
+BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-letter \
+ wish:${PORTSDIR}/lang/tk-wrapper
#RUN_DEPENDS= ifhp:${PORTSDIR}/print/ifhp
+USE_GHOSTSCRIPT_BUILD= yes
+USE_TK_BUILD= yes
+
.if defined(SYSCONFDIR)
PLIST_SUB+= CWD="" SYSCONFDIR="${SYSCONFDIR:S,^/,,}"
.else
@@ -41,7 +40,7 @@ USE_LDCONFIG= yes
CONFIGURE_ARGS+= --with-spool_directory=/var/spool/lpd \
--with-sysconfdir="${SYSCONFDIR}"
-MAN1=lprngtool.1
+MAN1= lprngtool.1
pre-everything::
@${ECHO_MSG} "If you want to replace the default printing system with LPRng, use:"