diff options
author | pav <pav@FreeBSD.org> | 2009-08-29 04:44:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-08-29 04:44:20 +0800 |
commit | 9513e58b7b45b0055a4dbbd75083bd18566643b2 (patch) | |
tree | 01e39d56249ddf526c0342c350c50b23caedc420 /security | |
parent | 00794da28c74ca49e9f042e80425b3a7faef8a15 (diff) | |
download | freebsd-ports-gnome-9513e58b7b45b0055a4dbbd75083bd18566643b2.tar.gz freebsd-ports-gnome-9513e58b7b45b0055a4dbbd75083bd18566643b2.tar.zst freebsd-ports-gnome-9513e58b7b45b0055a4dbbd75083bd18566643b2.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
Diffstat (limited to 'security')
-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 |