diff options
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" |