aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2013-10-07 07:11:56 +0800
committermarino <marino@FreeBSD.org>2013-10-07 07:11:56 +0800
commitd48ff62c4e889b1a9a5fe3085aea7cffd287f14b (patch)
tree517db9f30a939a142d911168bf3b8de107c00935
parentdb93695a869f0a7ac35054a4c33ab8c400f4d0c8 (diff)
downloadfreebsd-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/Makefile2
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}
mmitgraph'>* Cosmeticbapt2014-06-121-9/+9 * Make pkg_install aware of @fc @fcfontsdir and @fontsdirbapt2014-06-121-0/+39 * Add an @shell keyword to handle adding and remove a shell path in /etc/shellbapt2014-06-122-0/+41 * - Add a @sample plist keywordbdrewery2014-04-122-0/+60 * Fix fontdir handling to work properly.zeising2013-12-211-4/+4 * Try to fix font handling for xorg fonts when using staging and pkgng.zeising2013-12-193-0/+45 * Fix handling of info files with pkgng, when dealing with .info-X files and al...bapt2013-11-231-2/+2 * Fix leftovers with INFO_SUBDIRbapt2013-11-181-0/+3