diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-28 20:44:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-28 20:44:20 +0000 |
commit | 189fa533e25444e7071030330436f19a23b89e28 (patch) | |
tree | 3bdf91991f4d3d5c95575c1dfe9638546755ca35 /security/py-gnutls | |
parent | ea189713d025936b85f98e6ea048f3efaff42426 (diff) |
- Mark BROKEN: does not compile
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=240471
Diffstat (limited to 'security/py-gnutls')
-rw-r--r-- | security/py-gnutls/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/py-gnutls/Makefile b/security/py-gnutls/Makefile index e0df5f0a9118..30d9f5b003fe 100644 --- a/security/py-gnutls/Makefile +++ b/security/py-gnutls/Makefile @@ -19,6 +19,8 @@ COMMENT= Python wrapper for the GNUTLS library LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls RUN_DEPENDS= ${PYCTYPES} +BROKEN= does not compile + USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python_gnutls |