diff options
author | nsayer <nsayer@FreeBSD.org> | 2000-11-16 17:43:46 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2000-11-16 17:43:46 +0000 |
commit | 112a3f68a98f02b56e78419d272cd57c171f63b0 (patch) | |
tree | f0db66ccdf20c433f838e13fa14c118579f1f0c8 /mail/pine4-ssl | |
parent | 4d3777564de044ff8fb4362857e3bba867e562cc (diff) | |
download | FreeBSD-ports-112a3f68a98f02b56e78419d272cd57c171f63b0.zip FreeBSD-ports-112a3f68a98f02b56e78419d272cd57c171f63b0.tar.gz |
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.
Diffstat (limited to 'mail/pine4-ssl')
-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 9e9a254..c7abbd0 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 |