diff options
author | adamw <adamw@FreeBSD.org> | 2014-09-06 22:51:52 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-09-06 22:51:52 +0800 |
commit | e9899c633894b7f4c36956819dbbdb6b14802d7c (patch) | |
tree | f5638d72205064e8df7b4432f13d8ce807c2d4c0 /print | |
parent | a6465b5c7681924d600757fc79366cd0f7fa2fd0 (diff) | |
download | freebsd-ports-graphics-e9899c633894b7f4c36956819dbbdb6b14802d7c.tar.gz freebsd-ports-graphics-e9899c633894b7f4c36956819dbbdb6b14802d7c.tar.zst freebsd-ports-graphics-e9899c633894b7f4c36956819dbbdb6b14802d7c.zip |
Fix build by changing USE_TEX=texlive to USE_TEX=texmf.
While here, rearrage things so they are in a more predictable order.
The chaos led to there being two USES= that clobbered each other.
Also, remove an old fragment that was preventing bin/muttprint-langinfo
from being installed.
Diffstat (limited to 'print')
-rw-r--r-- | print/muttprint/Makefile | 28 | ||||
-rw-r--r-- | print/muttprint/pkg-plist | 2 |
2 files changed, 13 insertions, 17 deletions
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index 70407cffad9..580c79e589c 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -3,35 +3,32 @@ PORTNAME?= muttprint PORTVERSION= 0.72d -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES?= print mail MASTER_SITES= SF/muttprint/muttprint/muttprint-${PORTVERSION} MAINTAINER?= ports@FreeBSD.org COMMENT?= Utility to print mail for most any mail client -USES= perl5 - -.if !defined(PAPERSIZE) -PAPERSIZE= letter -.endif - -OPTIONS_DEFINE= CUPS DOCS - RUN_DEPENDS= psnup:${PORTSDIR}/print/psutils \ uncompface:${PORTSDIR}/mail/faces \ convert:${PORTSDIR}/graphics/ImageMagick \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv -CUPS_RUN_DEPENDS+= cupstestppd:${PORTSDIR}/print/cups-base \ - espgs:${PORTSDIR}/print/cups-pstoraster -NO_BUILD= yes -PLIST_SUB+= LANGINFO="@comment " +USES= perl5 gmake +USE_TEX= texmf +NO_BUILD= yes REINPLACE_ARGS= -i "" -USES= gmake -USE_TEX= texlive + +OPTIONS_DEFINE= CUPS DOCS +CUPS_RUN_DEPENDS= cupstestppd:${PORTSDIR}/print/cups-base \ + espgs:${PORTSDIR}/print/cups-pstoraster + +.if !defined(PAPERSIZE) +PAPERSIZE= letter +.endif .include <bsd.port.options.mk> @@ -48,7 +45,6 @@ INSTALL_TARGET=install-with-doc pre-everything:: @${ECHO} @${ECHO} Set PAPERSIZE=a4 if you need that paper size. - @${ECHO} Set WITH_CUPS=yes if you want to use CUPS. @${ECHO} post-patch: diff --git a/print/muttprint/pkg-plist b/print/muttprint/pkg-plist index d49436f4aa2..e1f4d01bc8d 100644 --- a/print/muttprint/pkg-plist +++ b/print/muttprint/pkg-plist @@ -1,6 +1,6 @@ bin/muttprint +bin/muttprint-langinfo man/man1/muttprint.1.gz -%%LANGINFO%%bin/muttprint-langinfo %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/INSTALL |