diff options
author | pi <pi@FreeBSD.org> | 2014-10-14 02:18:27 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-10-14 02:18:27 +0800 |
commit | 871339b0ba0a34a12bc6008323695e1d58353ac8 (patch) | |
tree | 9745dff40e6486e24648ef26a6856b2c6e14a15e /print/muttprint | |
parent | 262f23e7bb4da6e5a5670cd27cbd5532f5212306 (diff) | |
download | freebsd-ports-gnome-871339b0ba0a34a12bc6008323695e1d58353ac8.tar.gz freebsd-ports-gnome-871339b0ba0a34a12bc6008323695e1d58353ac8.tar.zst freebsd-ports-gnome-871339b0ba0a34a12bc6008323695e1d58353ac8.zip |
print/muttprint:
- remove recently-added run_deps on print/texlive-full and print/tex-dvipsk
- change USE_TEX to the sufficient set of 'latex dvipsk'
Submitted by: mat
Approved by: Matthias Apitz <guru@unixarea.de> (maintainer)
Diffstat (limited to 'print/muttprint')
-rw-r--r-- | print/muttprint/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index f62c93b896f4..833a599c12bf 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -11,15 +11,13 @@ MAINTAINER?= guru@unixarea.de COMMENT?= Utility to print mail for most any mail client RUN_DEPENDS= psnup:${PORTSDIR}/print/psutils \ - latex:${PORTSDIR}/print/texlive-full \ - dvips:${PORTSDIR}/print/tex-dvipsk \ uncompface:${PORTSDIR}/mail/faces \ convert:${PORTSDIR}/graphics/ImageMagick \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv USES= perl5 gmake -USE_TEX= texmf +USE_TEX= latex dvipsk NO_BUILD= yes REINPLACE_ARGS= -i "" |