diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-17 10:33:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-17 10:33:52 +0000 |
commit | 1b90b8d13bb45cdb3bd4e6c6b9a31630aa75dab3 (patch) | |
tree | 685e635ccf7284c83e93cc03b8a1947c0dbff937 /mail/fetchmail | |
parent | 51d4233b1e903bcae0f07e809806806f24309881 (diff) | |
download | pkgsrc-1b90b8d13bb45cdb3bd4e6c6b9a31630aa75dab3.tar.gz |
Remove commented out USE_SSL (openssl buildlinks were already used).
Diffstat (limited to 'mail/fetchmail')
-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 |