svn commit: r421644 - head/mail/opensmtpd-extras

John Marino marino at FreeBSD.org
Sat Sep 10 00:07:57 UTC 2016


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"
 


More information about the svn-ports-all mailing list