diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-17 14:50:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-17 14:50:56 +0200 |
commit | 62913a0eb05fc55b25bcb0108987f0b339944151 (patch) | |
tree | ce0d2a43c14272fe13fd3c55371fd689f9570819 /package/libxml2/Makefile | |
parent | 093c01c8f3f2d87f6795473816378501c0501b38 (diff) |
python required
Diffstat (limited to 'package/libxml2/Makefile')
-rw-r--r-- | package/libxml2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index cae954797..e9115efbb 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -19,6 +19,7 @@ PKGSD_LIBXML2_DEV:= XML parser headers PKGSC_LIBXML2_DEV:= devel PKGSD_LIBXML2_PYTHON:= XML python bindings PKGSC_LIBXML2_PYTHON:= libs +PKGSB_LIBXML2_PYTHON:= python2 include ${TOPDIR}/mk/package.mk |