diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-06 23:11:56 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-06 23:11:56 +0000 |
commit | bc7cc3b13b69defd3318e123e069a623c8851bf8 (patch) | |
tree | 517db9f30a939a142d911168bf3b8de107c00935 /mail | |
parent | 7a6ca42f084e5483d4afc3671005ca606bf4acf3 (diff) | |
download | ports-bc7cc3b13b69defd3318e123e069a623c8851bf8.tar.gz ports-bc7cc3b13b69defd3318e123e069a623c8851bf8.zip |
Notes
Diffstat (limited to 'mail')
-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} |