diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-05 19:41:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-05 19:41:14 +0000 |
commit | f85c4a17c0a736cc1ab2515d78dfeac1fb8a92f7 (patch) | |
tree | 145280a08a73766cfecd9acd82994b06026084cc /mail | |
parent | f19bffc0fec0de7ddfead693ac211d5bb4c4d7bd (diff) | |
download | ports-f85c4a17c0a736cc1ab2515d78dfeac1fb8a92f7.tar.gz ports-f85c4a17c0a736cc1ab2515d78dfeac1fb8a92f7.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opensmtpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index 51a4c437c59b..9e4c801e0526 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -15,7 +15,7 @@ COMMENT= OpenSMTPD is a free MTA LICENSE= ISCL -LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent +LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent OPTIONS_DEFINE= CA_BUNDLE PAM SQLITE MYSQL PGSQL LDAP REDIS |