svn commit: r309064 - head/net/netatalk3
Joe Marcus Clarke
marcus at FreeBSD.org
Mon Dec 17 06:18:31 UTC 2012
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 \
More information about the svn-ports-head
mailing list