diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2012-12-18 23:38:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2012-12-18 23:38:21 +0000 |
commit | fc11ecf82d69d7233183c77b8d8e73a1efb75aa6 (patch) | |
tree | 7fd76345533a6c9163384607dd65127338e838f2 /net/netatalk3 | |
parent | 3ae3ddc69fa33f86a4d72460fb83318571224f50 (diff) | |
download | ports-fc11ecf82d69d7233183c77b8d8e73a1efb75aa6.tar.gz ports-fc11ecf82d69d7233183c77b8d8e73a1efb75aa6.zip |
Whoops, I got a little too aggressive in my search/replace. Fix the build.
Reported by: Samir Gartner
Notes
Notes:
svn path=/head/; revision=309210
Diffstat (limited to 'net/netatalk3')
-rw-r--r-- | net/netatalk3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 490453a21c05..c59901d56714 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -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 \ |