diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-17 22:12:27 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-17 22:12:27 +0000 |
commit | cb9f1104909de151a9441594cbbc99533e6c70e6 (patch) | |
tree | 77da3d25d47f8be3592a215d51af2ff4b4742fce /print/muttprint | |
parent | 40e85eab187adea60ae729e0757ce5115e82e63b (diff) | |
download | ports-cb9f1104909de151a9441594cbbc99533e6c70e6.tar.gz ports-cb9f1104909de151a9441594cbbc99533e6c70e6.zip |
* Add dependence on the new port graphics/compface in order to enable printing
x-faces.
* Bump PORTREVISION.
PR: 35035
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=54838
Diffstat (limited to 'print/muttprint')
-rw-r--r-- | print/muttprint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index f90767c1be9f..6996d4348fe6 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -7,7 +7,7 @@ PORTNAME= muttprint PORTVERSION= 0.61 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= muttprint @@ -20,6 +20,7 @@ PAPERSIZE= letter RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ psnup:${PORTSDIR}/print/psutils-${PAPERSIZE} \ + uncompface:${PORTSDIR}/graphics/compface \ convert:${PORTSDIR}/graphics/ImageMagick MAN1= muttprint.1 |