svn commit: r309210 - head/net/netatalk3

Joe Marcus Clarke marcus at FreeBSD.org
Tue Dec 18 23:38:22 UTC 2012


Author: marcus
Date: Tue Dec 18 23:38:21 2012
New Revision: 309210
URL: http://svnweb.freebsd.org/changeset/ports/309210

Log:
  Whoops, I got a little too aggressive in my search/replace.  Fix the build.
  
  Reported by:	Samir Gartner

Modified:
  head/net/netatalk3/Makefile

Modified: head/net/netatalk3/Makefile
==============================================================================
--- head/net/netatalk3/Makefile	Tue Dec 18 23:13:44 2012	(r309209)
+++ head/net/netatalk3/Makefile	Tue Dec 18 23:38:21 2012	(r309210)
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+=	--enable-tcp-wrappers \
 			--localstatedir=/var \
 			--disable-bundled-libevent \
 			--with-libevent-header=${LOCALBASE}/include \
-			--with-libevent-lib=${LOCALBASE}/lib
+			--with-libevent-lib=${LOCALBASE}/lib/event2
 
 OPTIONS=	PAM		"Enable PAM support" off \
 		KRB5		"Enable Kerberos V UAM" off \


More information about the svn-ports-all mailing list