diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2000-11-16 17:43:46 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2000-11-16 17:43:46 +0000 |
commit | eb5842999ba91f45a88569b16eb7877567ba8a67 (patch) | |
tree | f43d8702aa066cdf055cdddffbda9448de3c5f92 | |
parent | Give up maiantainership. I'm not really a perl guy and this port's pretty (diff) |
This port won't make an SSL capable pine anymore now that the c-client
library is a separate thing.
A PR has been opened suggesting that the SSL hack be added to the cclient
port. That is the best avenue for now.
-rw-r--r-- | mail/pine4-ssl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/pine4-ssl/Makefile b/mail/pine4-ssl/Makefile index 9e9a25424bb9..c7abbd022b3b 100644 --- a/mail/pine4-ssl/Makefile +++ b/mail/pine4-ssl/Makefile @@ -24,6 +24,8 @@ PATCHFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= nsayer@freebsd.org +BROKEN= "The c-client library is no longer built in the pine port, and that's where the SSL hacking needs to happen" + EXTRACT_ONLY= pine4.21${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/pine4.21 |