Date: Tue, 18 Dec 2012 23:38:22 +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: r309210 - head/net/netatalk3 Message-ID: <201212182338.qBINcMAE056250@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212182338.qBINcMAE056250>