svn commit: r377589 - head/devel/py-lxml

William Grzybowski wg at FreeBSD.org
Wed Jan 21 12:16:37 UTC 2015


Author: wg
Date: Wed Jan 21 12:16:36 2015
New Revision: 377589
URL: https://svnweb.freebsd.org/changeset/ports/377589
QAT: https://qat.redports.org/buildarchive/r377589/

Log:
  devel/py-lxml: allow concurrent install
  
  PR:		196900
  Submitted by:	Robert Kruus

Modified:
  head/devel/py-lxml/Makefile

Modified: head/devel/py-lxml/Makefile
==============================================================================
--- head/devel/py-lxml/Makefile	Wed Jan 21 12:15:21 2015	(r377588)
+++ head/devel/py-lxml/Makefile	Wed Jan 21 12:16:36 2015	(r377589)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lxml
 PORTVERSION=	3.4.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,12 +16,11 @@ LICENSE=	BSD3CLAUSE
 LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2 \
 		libxslt.so:${PORTSDIR}/textproc/libxslt
 
-USES=		python
-USE_PYTHON=	autoplist distutils
+USES=		python uniquefiles:dirs
+USE_PYTHON=	autoplist concurrent distutils
 
 LDFLAGS+=	-Wl,-rpath=${LOCALBASE}/lib
 
-DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 DOCS_FILES=	CHANGES.txt CREDITS.txt TODO.txt README.rst
 PORTDOCS=	*
 


More information about the svn-ports-all mailing list