aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk3
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2012-12-17 06:18:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2012-12-17 06:18:30 +0000
commit22030da0b89da993892c4e4389be1157f760fef5 (patch)
treedc603f42643dbe1054680a64e593c74d4faedcb3 /net/netatalk3
parent4603fee495c39760f26ff412f82621f02102e0fe (diff)
downloadports-22030da0b89da993892c4e4389be1157f760fef5.tar.gz
ports-22030da0b89da993892c4e4389be1157f760fef5.zip
Use the proper directories for libevent2's includes and libs.
PR: 173409
Notes
Notes: svn path=/head/; revision=309064
Diffstat (limited to 'net/netatalk3')
-rw-r--r--net/netatalk3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile
index 7da3c83cc619..490453a21c05 100644
--- a/net/netatalk3/Makefile
+++ b/net/netatalk3/Makefile
@@ -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 \