diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 725aaaf71a1..d04e681dea7 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2002/06/15 21:20:01 cjep Exp $ +# $NetBSD: Makefile,v 1.115 2002/06/17 10:33:52 wiz Exp $ DISTNAME= fetchmail-5.9.11 CATEGORIES= mail @@ -26,7 +26,6 @@ FETCHMAIL_USE_SSL?= YES .if defined(FETCHMAIL_USE_SSL) && ${FETCHMAIL_USE_SSL} == YES .include "../../security/openssl/buildlink.mk" -#USE_SSL= yes CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR} .else CONFIGURE_ARGS+= --without-ssl |