diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-07 00:12:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-07 00:12:29 +0000 |
commit | 488b2131831ae04c9871c69e45a79e378dbc4bf7 (patch) | |
tree | b3fd8f063fd877cf92b7c9c5856691f8fc8aafd7 /security | |
parent | 10dd0a6b4815105a91d553a547faf3e8f9a4a27e (diff) | |
download | ports-488b2131831ae04c9871c69e45a79e378dbc4bf7.tar.gz ports-488b2131831ae04c9871c69e45a79e378dbc4bf7.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/py-amkCrypto/Makefile | 2 | ||||
-rw-r--r-- | security/py-m2crypto/Makefile | 2 | ||||
-rw-r--r-- | security/sslwrap/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/security/py-amkCrypto/Makefile b/security/py-amkCrypto/Makefile index 925f86679a57..60487d9ed8f2 100644 --- a/security/py-amkCrypto/Makefile +++ b/security/py-amkCrypto/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= jason@mastaler.com COMMENT= Python cryptography modules +BROKEN= "Does not compile" + USE_PYTHON= yes USE_PYDISTUTILS= yes USE_OPENSSL= yes diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 264c69e9f984..858156d9206e 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ngps@post1.com COMMENT= Python wrapper for OpenSSL +BROKEN= "Does not compile" + BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13 \ pinstall:${PORTSDIR}/devel/pinstall diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index 5f3eec5559b7..863a84b9a6b3 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= ZGabor@CoDe.HU COMMENT= Another SSL Wrapper application, which uses SSLEay/OpenSSL +BROKEN= "Does not compile" + USE_OPENSSL= YES WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g} |