svn commit: r461661 - head/deskutils/recoll

Antoine Brodin antoine at FreeBSD.org
Mon Feb 12 22:09:33 UTC 2018


Author: antoine
Date: Mon Feb 12 22:09:32 2018
New Revision: 461661
URL: https://svnweb.freebsd.org/changeset/ports/461661

Log:
  recoll fails to build with DEFAULT_VERSIONS=python=3.6

Modified:
  head/deskutils/recoll/Makefile

Modified: head/deskutils/recoll/Makefile
==============================================================================
--- head/deskutils/recoll/Makefile	Mon Feb 12 22:09:24 2018	(r461660)
+++ head/deskutils/recoll/Makefile	Mon Feb 12 22:09:32 2018	(r461661)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	unrar:archivers/unrar \
 		wpd2html:textproc/libwpd010 \
 		unrtf:textproc/unrtf
 
-USES=		bison gmake iconv libtool localbase python shebangfix
+USES=		bison gmake iconv libtool localbase python:2.7 shebangfix
 SHEBANG_FILES=	filters/*.py desktop/hotrecoll.py \
 		filters/rcl7z filters/rclaudio filters/rclchm \
 		filters/rcldia filters/rclepub filters/rclepub1 \


More information about the svn-ports-head mailing list