diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-19 08:47:11 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-07-19 08:47:11 +0000 |
commit | 6eb43147c9ea4a56133a505f225130036b90867d (patch) | |
tree | a41b63214d34fad1b245dcf18906887821f827c0 /deskutils | |
parent | cc570047beae47fbaf473ac2959da8bd8f20a399 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/recoll/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index 4b0248c6cdc7..786c2e3fedfc 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= unrar:archivers/unrar \ wpd2html:textproc/libwpd010 \ unrtf:textproc/unrtf -USES= bison gmake gnome iconv libtool localbase python:2.7 shebangfix +USES= bison compiler:c++11-lang gmake gnome iconv libtool localbase \ + python:2.7 shebangfix USE_GNOME= libxslt USE_LDCONFIG= yes USE_PYTHON= py3kplist |