Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 06:18:31 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309064 - head/net/netatalk3
Message-ID:  <201212170618.qBH6IV5x031610@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Mon Dec 17 06:18:30 2012
New Revision: 309064
URL: http://svnweb.freebsd.org/changeset/ports/309064

Log:
  Use the proper directories for libevent2's includes and libs.
  
  PR:		173409

Modified:
  head/net/netatalk3/Makefile

Modified: head/net/netatalk3/Makefile
==============================================================================
--- head/net/netatalk3/Makefile	Mon Dec 17 06:15:27 2012	(r309063)
+++ head/net/netatalk3/Makefile	Mon Dec 17 06:18:30 2012	(r309064)
@@ -37,8 +37,8 @@ CONFIGURE_ARGS+=	--enable-tcp-wrappers \
 			--with-bdb=${LOCALBASE} \
 			--localstatedir=/var \
 			--disable-bundled-libevent \
-			--with-libevent-header=${LOCALBASE}/include/event2 \
-			--with-libevent-lib=${LOCALBASE}/lib/event2
+			--with-libevent-header=${LOCALBASE}/include \
+			--with-libevent-lib=${LOCALBASE}/lib
 
 OPTIONS=	PAM		"Enable PAM support" off \
 		KRB5		"Enable Kerberos V UAM" off \



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