diff options
author | marino <marino@FreeBSD.org> | 2013-10-07 07:11:56 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-10-07 07:11:56 +0800 |
commit | d48ff62c4e889b1a9a5fe3085aea7cffd287f14b (patch) | |
tree | 517db9f30a939a142d911168bf3b8de107c00935 | |
parent | db93695a869f0a7ac35054a4c33ab8c400f4d0c8 (diff) | |
download | freebsd-ports-gnome-d48ff62c4e889b1a9a5fe3085aea7cffd287f14b.tar.gz freebsd-ports-gnome-d48ff62c4e889b1a9a5fe3085aea7cffd287f14b.tar.zst freebsd-ports-gnome-d48ff62c4e889b1a9a5fe3085aea7cffd287f14b.zip |
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.
-rw-r--r-- | mail/textmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/textmail/Makefile b/mail/textmail/Makefile index 7bd1567155d8..43159831f174 100644 --- a/mail/textmail/Makefile +++ b/mail/textmail/Makefile @@ -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} |