diff options
-rw-r--r-- | mail/opensmtpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index d7bba287a88b..15c9d4f326c3 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -23,7 +23,8 @@ OPTIONS_DEFAULT= CA_BUNDLE PAM CA_BUNDLE_DESC= Install CA bundle for OpenSSL -USE_AUTOTOOLS= autoconf:env automake:env libtool:env +USES= libtool +USE_AUTOTOOLS= autoconf:env automake:env GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libevent-dir=${LOCALBASE} --sysconfdir=${PREFIX}/etc/mail/ \ --with-mailwrapper |