Date: Sun, 3 May 2020 20:49:59 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533830 - head/databases/py-xapian Message-ID: <202005032049.043KnxIo065768@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 3 20:49:58 2020 New Revision: 533830 URL: https://svnweb.freebsd.org/changeset/ports/533830 Log: Cosmetic change Modified: head/databases/py-xapian/Makefile Modified: head/databases/py-xapian/Makefile ============================================================================== --- head/databases/py-xapian/Makefile Sun May 3 20:49:54 2020 (r533829) +++ head/databases/py-xapian/Makefile Sun May 3 20:49:58 2020 (r533830) @@ -18,12 +18,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= xapian-core>=${PORTVERSION}:databases/xapian-core LIB_DEPENDS= libxapian.so:databases/xapian-core -CONFLICTS_INSTALL= xapian-bindings12 - -OPTIONS_DEFINE= DOCS - -PORTSCOUT= limitw:1,even - USES= compiler:c++11-lang libtool python tar:xz CONFIGURE_ARGS= --datarootdir=${DATADIR} \ @@ -44,6 +38,12 @@ USE_CXXSTD= c++11 USE_PYTHON= flavors PORTDOCS= * + +CONFLICTS_INSTALL= xapian-bindings12 + +PORTSCOUT= limitw:1,even + +OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.4.8:textproc/py-sphinx@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005032049.043KnxIo065768>