aboutsummaryrefslogtreecommitdiff
path: root/mail/opensmtpd-extras
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-10 00:07:55 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-10 00:07:55 +0000
commitbd515f2ceb36cee040d50cad70ffb4e654da66d0 (patch)
tree14c874767ccb9e8e1f8c32ddd07c01f14e63714a /mail/opensmtpd-extras
parent1bc82a0f4f0ffc11d4f16228a923396c4f88dc61 (diff)
downloadports-bd515f2ceb36cee040d50cad70ffb4e654da66d0.tar.gz
ports-bd515f2ceb36cee040d50cad70ffb4e654da66d0.zip
mail/opensmtpd-extras: Add CFLAGS and LDFLAGS for USES=ssl
Approved by: SSL blanket
Notes
Notes: svn path=/head/; revision=421644
Diffstat (limited to 'mail/opensmtpd-extras')
-rw-r--r--mail/opensmtpd-extras/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/opensmtpd-extras/Makefile b/mail/opensmtpd-extras/Makefile
index 365cfa8c27bd..b262623c0ad9 100644
--- a/mail/opensmtpd-extras/Makefile
+++ b/mail/opensmtpd-extras/Makefile
@@ -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"