mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
mail/textmail: Fix previous pdftotext breakage better
This unmaintained port was marked broken after pdftotext was relocated away from bin/ with the rest of the xpdf package. That happened to avoid a conflict with poppler-utils. The better fix is to change the dependency to use pdftotext program from the preferred poppler-utils port which remains installed in the standard bin/ path.
This commit is contained in:
parent
7a6ca42f08
commit
bc7cc3b13b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329638
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN_DEPENDS= antiword:${PORTSDIR}/textproc/antiword \
|
|||
catdoc:${PORTSDIR}/textproc/catdoc \
|
||||
xls2csv:${PORTSDIR}/textproc/catdoc \
|
||||
lynx:${PORTSDIR}/www/lynx \
|
||||
${LOCALBASE}/libexec/xpdf/pdftotext:${PORTSDIR}/graphics/xpdf
|
||||
pdftotext:${PORTSDIR}/graphics/poppler-utils
|
||||
|
||||
USES= perl5
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
|
Loading…
Add table
Reference in a new issue