diff options
author | marino <marino@FreeBSD.org> | 2016-09-10 08:07:55 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-10 08:07:55 +0800 |
commit | 5ed99633d9fdec2ced0d49fa9d7cc9e59478a4e5 (patch) | |
tree | 14c874767ccb9e8e1f8c32ddd07c01f14e63714a /mail | |
parent | 8e72a64511ca4160edc9bf133580dc033097ca5e (diff) | |
download | freebsd-ports-gnome-5ed99633d9fdec2ced0d49fa9d7cc9e59478a4e5.tar.gz freebsd-ports-gnome-5ed99633d9fdec2ced0d49fa9d7cc9e59478a4e5.tar.zst freebsd-ports-gnome-5ed99633d9fdec2ced0d49fa9d7cc9e59478a4e5.zip |
mail/opensmtpd-extras: Add CFLAGS and LDFLAGS for USES=ssl
Approved by: SSL blanket
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opensmtpd-extras/Makefile | 5 |
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" |