diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-23 16:58:28 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-23 16:58:28 +0000 |
commit | 007a61529b4b2088ac2933fbf23cc87a70b73c23 (patch) | |
tree | fbf90fa63bf7d93f0172cafa2055333a78f913fd /security/sslwrap | |
parent | ef10104630441890430bf8f1b267b5667cacee22 (diff) |
Notes
Diffstat (limited to 'security/sslwrap')
-rw-r--r-- | security/sslwrap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile index 863a84b9a6b3..dc7ae698189f 100644 --- a/security/sslwrap/Makefile +++ b/security/sslwrap/Makefile @@ -14,12 +14,14 @@ DISTNAME= ${PORTNAME} MAINTAINER= ZGabor@CoDe.HU COMMENT= Another SSL Wrapper application, which uses SSLEay/OpenSSL -BROKEN= "Does not compile" - USE_OPENSSL= YES +USE_REINPLACE= YES WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/.//g} +post-patch: + ${REINPLACE_CMD} -e 's/SSL_OP_NON_EXPORT_FIRST/SSL_OP_CIPHER_SERVER_PREFERENCE/g' ${WRKSRC}/s_server.c + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sslwrap ${PREFIX}/bin/sslwrap .if !defined(NOPORTDOCS) |