diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-06 03:41:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-06 03:41:14 +0800 |
commit | 449f4608c3f27a7fe100f47c6067f6ee7764b7c5 (patch) | |
tree | 145280a08a73766cfecd9acd82994b06026084cc /mail | |
parent | 4b2de115b6cc74c11f705d6ac005b8f328b8136a (diff) | |
download | freebsd-ports-gnome-449f4608c3f27a7fe100f47c6067f6ee7764b7c5.tar.gz freebsd-ports-gnome-449f4608c3f27a7fe100f47c6067f6ee7764b7c5.tar.zst freebsd-ports-gnome-449f4608c3f27a7fe100f47c6067f6ee7764b7c5.zip |
Fix LIB_DEPENDS
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 |