1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

mail/opensmtpd-extras: Add CFLAGS and LDFLAGS for USES=ssl

Approved by:	SSL blanket
This commit is contained in:
John Marino 2016-09-10 00:07:55 +00:00
parent 1bc82a0f4f
commit bd515f2ceb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421644

View File

@ -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"