summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-04-24 04:13:09 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-04-24 04:13:09 +0000
commit5f8eb67e3760459c0834c08f36d9e502d3388e3a (patch)
treeb0094c17ab958c91c23c0e89d3bb437c5adf6982 /sysutils
parent- Add patch to prevent deletion of /dev/null (diff)
Merge print/psutils-a4 and print/psutils-letter into a single port
print/psutils. The default paper size in the programs can be set via libpaper ($PAPERSIZE or etc/papersize configuration file).
Notes
Notes: svn path=/head/; revision=316401
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lire/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lire/Makefile b/sysutils/lire/Makefile
index 288d892c3875..bf5fff6f3f7f 100644
--- a/sysutils/lire/Makefile
+++ b/sysutils/lire/Makefile
@@ -13,7 +13,7 @@
PORTNAME= lire
PORTVERSION= 2.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= sysutils
MASTER_SITES= http://download.logreport.org/pub/
@@ -270,7 +270,7 @@ BUILD_DEPENDS+= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph
RUN_DEPENDS+= lynx:${PORTSDIR}/www/lynx
.endif
.ifdef(WITH_PDF)
-RUN_DEPENDS+= epsffit:${PORTSDIR}/print/psutils-a4 \
+RUN_DEPENDS+= epsffit:${PORTSDIR}/print/psutils \
gs:${PORTSDIR}/print/ghostview \
jade:${PORTSDIR}/textproc/jade \
jadetex:${PORTSDIR}/print/jadetex \