From 9e56374b57307eeaec14f62eb5db28fe47742e66 Mon Sep 17 00:00:00 2001 From: vd Date: Tue, 20 Sep 2011 12:59:04 +0000 Subject: Fix compilation with SSL. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Submitted by: Sture Åhlin --- ftp/wget/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp/wget/Makefile') diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index d60084b24038..3a9000e217ba 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -35,7 +35,7 @@ OPTIONS= GNUTLS "Support for SSL via GnuTLS" Off \ IGNORE= GNUTLS and OPENSSL are mutually exclusive, enable at most one of them .endif .include "${PORTSDIR}/Mk/bsd.openssl.mk" -CONFIGURE_ARGS+=--with-ssl +CONFIGURE_ARGS+=--with-ssl=openssl CPPFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} .elif !defined(WITHOUT_GNUTLS) -- cgit