diff options
author | cy <cy@FreeBSD.org> | 2012-05-31 11:03:59 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2012-05-31 11:03:59 +0800 |
commit | ad72bcf0e86d8f41bc58d79f17b7a2a3f16be29f (patch) | |
tree | 0e1d2306f5932b2197e5a686259a7dbcee61f848 /deskutils/pinot | |
parent | 4f3b4c1a6cab49ed0fc07b8a7f40e78b2f8bec93 (diff) | |
download | freebsd-ports-gnome-ad72bcf0e86d8f41bc58d79f17b7a2a3f16be29f.tar.gz freebsd-ports-gnome-ad72bcf0e86d8f41bc58d79f17b7a2a3f16be29f.tar.zst freebsd-ports-gnome-ad72bcf0e86d8f41bc58d79f17b7a2a3f16be29f.zip |
Fix build requirement for graphics/xpdf.
Diffstat (limited to 'deskutils/pinot')
-rw-r--r-- | deskutils/pinot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index bb33430f6f40..f8f70bf544a5 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -34,7 +34,7 @@ LIB_DEPENDS= xapian.26:${PORTSDIR}/databases/xapian-core \ RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info \ antiword:${PORTSDIR}/textproc/antiword \ xdg-open:${PORTSDIR}/devel/xdg-utils \ - pdftotext:${PORTSDIR}/graphics/xpdf \ + ${LOCALBASE}/libexec/xpdf/pdftotext:${PORTSDIR}/graphics/xpdf \ catppt:${PORTSDIR}/textproc/catdoc \ unzip:${PORTSDIR}/archivers/unzip \ unrtf:${PORTSDIR}/textproc/unrtf \ |