aboutsummaryrefslogtreecommitdiff
path: root/security/py-xmlsec
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-29 13:04:48 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-29 13:04:48 +0000
commit08fb700a4c428867cfec87f0a2eccd872098f334 (patch)
tree8a6424603177dfe816f84580a1b0c8bd5791a8e4 /security/py-xmlsec
parenta08c6f5fc54d52fc32dcddaafa6ff44712f4993d (diff)
downloadports-08fb700a4c428867cfec87f0a2eccd872098f334.tar.gz
ports-08fb700a4c428867cfec87f0a2eccd872098f334.zip
- Mark BROKEN: does not build (x509.c:46:60: error: too many arguments to function call, expected 2, have 3)
Notes
Notes: svn path=/head/; revision=432739
Diffstat (limited to 'security/py-xmlsec')
-rw-r--r--security/py-xmlsec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile
index 7d88af87dd8e..89a7bdfa10e4 100644
--- a/security/py-xmlsec/Makefile
+++ b/security/py-xmlsec/Makefile
@@ -15,6 +15,8 @@ COMMENT= Python bindings for XML Security Library
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN= does not build (x509.c:46:60: error: too many arguments to function call, expected 2, have 3)
+
LIB_DEPENDS= libxmlsec1.so:security/xmlsec1
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2