aboutsummaryrefslogtreecommitdiff
path: root/sysutils/LPRngTool
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-03-28 12:29:55 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-03-28 12:29:55 +0000
commit1020adc5764ef1732e2489f20523eefd09c29e27 (patch)
treed56695815d79f030f5d51c8f74c5c197cd930efe /sysutils/LPRngTool
parentd2922f372dba77e182b9b4ee7a8fb48b0849349c (diff)
downloadports-1020adc5764ef1732e2489f20523eefd09c29e27.tar.gz
ports-1020adc5764ef1732e2489f20523eefd09c29e27.zip
- Remove useless USE_GHOSTSCRIPT_AFPL
- Use bsd.tcl.mk for Tk dependency and also use tk-wrapper - Reorder BUILD_DEPENDS to pet portlint(1)
Notes
Notes: svn path=/head/; revision=188661
Diffstat (limited to 'sysutils/LPRngTool')
-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:"