diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-16 08:22:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-16 08:22:57 +0800 |
commit | 1449d15cd661b515d3cc9171153a9790f5f7a345 (patch) | |
tree | c2450df77117b9234da02bc34ef3eec5943aaf4b /deskutils | |
parent | 51851917402033f6b63f25a41ea6b9ada19a84fa (diff) | |
download | freebsd-ports-gnome-1449d15cd661b515d3cc9171153a9790f5f7a345.tar.gz freebsd-ports-gnome-1449d15cd661b515d3cc9171153a9790f5f7a345.tar.zst freebsd-ports-gnome-1449d15cd661b515d3cc9171153a9790f5f7a345.zip |
Fix RUN_DEPENDS, wpd2html moved to libwpd010
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/recoll/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index a7c3e11f6b8d..addd7c50d68a 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -3,7 +3,7 @@ PORTNAME= recoll PORTVERSION= 1.19.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= http://www.lesbonscomptes.com/${PORTNAME}/ @@ -16,7 +16,7 @@ BUILD_DEPENDS= xapian-core>=0:${PORTSDIR}/databases/xapian-core RUN_DEPENDS:= ${BUILD_DEPENDS} \ antiword:${PORTSDIR}/textproc/antiword \ catdoc:${PORTSDIR}/textproc/catdoc \ - wpd2html:${PORTSDIR}/textproc/libwpd \ + wpd2html:${PORTSDIR}/textproc/libwpd010 \ xsltproc:${PORTSDIR}/textproc/libxslt \ unrar:${PORTSDIR}/archivers/unrar \ unrtf:${PORTSDIR}/textproc/unrtf |