Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 19:41:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360813 - head/mail/opensmtpd
Message-ID:  <201407051941.s65JfEbv030590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051941.s65JfEbv030590>