diff options
Diffstat (limited to 'devel/py-lxml/Makefile')
-rw-r--r-- | devel/py-lxml/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/py-lxml/Makefile b/devel/py-lxml/Makefile index 5130d6c20f02..3de0e640922b 100644 --- a/devel/py-lxml/Makefile +++ b/devel/py-lxml/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lxml -PORTVERSION= 3.3.5 +PORTVERSION= 3.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +15,8 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ libxslt.so:${PORTSDIR}/textproc/libxslt -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib |