Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2016 00:07:56 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421644 - head/mail/opensmtpd-extras
Message-ID:  <201609100007.u8A07ugG038434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Sep 10 00:07:55 2016
New Revision: 421644
URL: https://svnweb.freebsd.org/changeset/ports/421644

Log:
  mail/opensmtpd-extras: Add CFLAGS and LDFLAGS for USES=ssl
  
  Approved by:	SSL blanket

Modified:
  head/mail/opensmtpd-extras/Makefile

Modified: head/mail/opensmtpd-extras/Makefile
==============================================================================
--- head/mail/opensmtpd-extras/Makefile	Fri Sep  9 23:42:41 2016	(r421643)
+++ head/mail/opensmtpd-extras/Makefile	Sat Sep 10 00:07:55 2016	(r421644)
@@ -17,9 +17,10 @@ LICENSE?=	ISCL
 
 LIB_DEPENDS+=	libevent.so:devel/libevent2
 
-USES+=		autoreconf libtool
-USE_OPENSSL=	yes
+USES+=		autoreconf ssl libtool
 GNU_CONFIGURE=	yes
+LDFLAGS+=	-L${OPENSSLLIB}
+CFLAGS+=	-I${OPENSSLINC}
 
 CONFIGURE_ARGS+=	--sysconfdir="${PREFIX}/etc/mail"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609100007.u8A07ugG038434>