aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2015-01-21 20:16:36 +0800
committerwg <wg@FreeBSD.org>2015-01-21 20:16:36 +0800
commitd975ac465142b225fbcf26890fc2b7793914d2a3 (patch)
treef6a96d27c4e5f1db3c217396ad4ca9af0added01 /devel
parent89be646247bfa97950eaf13f062062f60cb4a2f7 (diff)
downloadfreebsd-ports-gnome-d975ac465142b225fbcf26890fc2b7793914d2a3.tar.gz
freebsd-ports-gnome-d975ac465142b225fbcf26890fc2b7793914d2a3.tar.zst
freebsd-ports-gnome-d975ac465142b225fbcf26890fc2b7793914d2a3.zip
devel/py-lxml: allow concurrent install
PR: 196900 Submitted by: Robert Kruus
Diffstat (limited to 'devel')
-rw-r--r--devel/py-lxml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-lxml/Makefile b/devel/py-lxml/Makefile
index b58c8b090dbd..6784fd47b125 100644
--- a/devel/py-lxml/Makefile
+++ b/devel/py-lxml/Makefile
@@ -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= *