aboutsummaryrefslogtreecommitdiff
path: root/textproc/py3-libxml2/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2016-08-29 06:20:13 +0000
committerKoop Mast <kwm@FreeBSD.org>2016-08-29 06:20:13 +0000
commitc7ec6bca3b884a4252770f84919647104bed1b43 (patch)
tree979a04ea727e74d117ddd022c080519782edbd36 /textproc/py3-libxml2/Makefile
parentb005927a13b4d0f4f187f1deb07c73e1f07b8886 (diff)
downloadports-c7ec6bca3b884a4252770f84919647104bed1b43.tar.gz
ports-c7ec6bca3b884a4252770f84919647104bed1b43.zip
MFH: r421031
Update libxml2 to 2.9.4. Add license block. Pull extra patch to fix NULL pointer deref. [1] Changelog: https://mail.gnome.org/archives/xml/2016-May/msg00023.html PR: 209806 Submitted by: pi@ Obtained from: upstream [1] Security: e195679d-045b-4953-bb33-be0073ba2ac6 Approved by: ports-secteam (junovitch@)
Notes
Notes: svn path=/branches/2016Q3/; revision=421043
Diffstat (limited to 'textproc/py3-libxml2/Makefile')
-rw-r--r--textproc/py3-libxml2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py3-libxml2/Makefile b/textproc/py3-libxml2/Makefile
index 9032d35a8f23..ad334737da6f 100644
--- a/textproc/py3-libxml2/Makefile
+++ b/textproc/py3-libxml2/Makefile
@@ -15,7 +15,7 @@ DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
USE_GNOME+= libxml2
-USES= python:3
+USES= python:3 gettext-runtime
USE_PYTHON= autoplist distutils
CPPFLAGS+= `${PYTHON_VERSION}-config --cflags`