aboutsummaryrefslogtreecommitdiff
path: root/print/muttprint
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 /print/muttprint
parentf120146efca21d87a92160f983f2576d223f88fe (diff)
downloadports-5f8eb67e3760459c0834c08f36d9e502d3388e3a.tar.gz
ports-5f8eb67e3760459c0834c08f36d9e502d3388e3a.zip
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 'print/muttprint')
-rw-r--r--print/muttprint/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile
index 05a129e69d2e..5e76adb9c21f 100644
--- a/print/muttprint/Makefile
+++ b/print/muttprint/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: muttprint
-# Date created: 11 november 2001
-# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
-#
+# Created by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
# $FreeBSD$
-#
PORTNAME?= muttprint
PORTVERSION= 0.72d
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES?= print mail
MASTER_SITES= SF/muttprint/muttprint/muttprint-${PORTVERSION}
@@ -21,7 +17,7 @@ PAPERSIZE= letter
.endif
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
- psnup:${PORTSDIR}/print/psutils-${PAPERSIZE} \
+ psnup:${PORTSDIR}/print/psutils \
uncompface:${PORTSDIR}/mail/faces \
convert:${PORTSDIR}/graphics/ImageMagick \
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \