From 66e97d6a46d71f0306f0f3b8695a60303770ca39 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 17 Jun 2002 10:33:52 +0000 Subject: Remove commented out USE_SSL (openssl buildlinks were already used). --- mail/fetchmail/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail') 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 -- cgit v1.2.3