svn commit: r340221 - head/net/netatalk3

Joe Marcus Clarke marcus at FreeBSD.org
Sat Jan 18 22:56:43 UTC 2014


Author: marcus
Date: Sat Jan 18 22:56:42 2014
New Revision: 340221
URL: http://svnweb.freebsd.org/changeset/ports/340221
QAT: https://qat.redports.org/buildarchive/r340221/

Log:
  Correct the libevent-2 LIB_DEPENDS line.  The proper name of the library
  is libevent-2.0.so.X.
  
  Spotted by:	antoine

Modified:
  head/net/netatalk3/Makefile

Modified: head/net/netatalk3/Makefile
==============================================================================
--- head/net/netatalk3/Makefile	Sat Jan 18 22:49:18 2014	(r340220)
+++ head/net/netatalk3/Makefile	Sat Jan 18 22:56:42 2014	(r340221)
@@ -16,7 +16,7 @@ COMMENT=	File server for Mac OS X
 LICENSE=	GPLv2
 
 LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt \
-    		libevent-2.so:${PORTSDIR}/devel/libevent2
+    		libevent-2.0.so:${PORTSDIR}/devel/libevent2
 
 USE_AUTOTOOLS=	libtool
 USE_BDB=	46+


More information about the svn-ports-all mailing list