aboutsummaryrefslogtreecommitdiff
path: root/textproc/py3-libxml2/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-10-18 12:55:55 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-10-18 12:55:55 +0000
commit06cf046998ba26c09b25962887129fc3a9032b25 (patch)
treefe5d86f12d89533ad389610c9025f454e604c9ba /textproc/py3-libxml2/Makefile
parenta502e38ceb759ab12bb8045560be5eb23eaa186a (diff)
downloadports-06cf046998ba26c09b25962887129fc3a9032b25.tar.gz
ports-06cf046998ba26c09b25962887129fc3a9032b25.zip
Update to 2.9.2.
This release fixes CVE-2014-3660 (DoS). MFH: 2014Q4 Security: 0642b064-56c4-11e4-8b87-bcaec565249c
Notes
Notes: svn path=/head/; revision=371120
Diffstat (limited to 'textproc/py3-libxml2/Makefile')
-rw-r--r--textproc/py3-libxml2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py3-libxml2/Makefile b/textproc/py3-libxml2/Makefile
index 21f7f07ddbf3..b311dfef377e 100644
--- a/textproc/py3-libxml2/Makefile
+++ b/textproc/py3-libxml2/Makefile
@@ -16,8 +16,9 @@ DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
USE_GNOME+= libxml2
-USE_PYTHON= 3
+USES= python:3
USE_PYDISTUTILS=yes
+#USE_PYTHON= distutils:3
PYDISTUTILS_EGGINFO= libxml2_python-${PORTVERSION}-py${PYTHON_VER}.egg-info
PLIST_SUB+= PYTVER=${PYTHON_VER:S/.//}