svn commit: r360813 - head/mail/opensmtpd

Baptiste Daroussin bapt at FreeBSD.org
Sat Jul 5 19:41:15 UTC 2014


Author: bapt
Date: Sat Jul  5 19:41:14 2014
New Revision: 360813
URL: http://svnweb.freebsd.org/changeset/ports/360813
QAT: https://qat.redports.org/buildarchive/r360813/

Log:
  Fix LIB_DEPENDS

Modified:
  head/mail/opensmtpd/Makefile

Modified: head/mail/opensmtpd/Makefile
==============================================================================
--- head/mail/opensmtpd/Makefile	Sat Jul  5 19:32:50 2014	(r360812)
+++ head/mail/opensmtpd/Makefile	Sat Jul  5 19:41:14 2014	(r360813)
@@ -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
 


More information about the svn-ports-all mailing list