diff options
author | marcus <marcus@FreeBSD.org> | 2012-12-19 07:38:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2012-12-19 07:38:21 +0800 |
commit | fadc1a4a81d8af037b6613a084a56143bef16128 (patch) | |
tree | 7fd76345533a6c9163384607dd65127338e838f2 /net/netatalk3 | |
parent | ecf72fb3b4a31f2ae3ba186ab9f389e2cd391611 (diff) | |
download | freebsd-ports-gnome-fadc1a4a81d8af037b6613a084a56143bef16128.tar.gz freebsd-ports-gnome-fadc1a4a81d8af037b6613a084a56143bef16128.tar.zst freebsd-ports-gnome-fadc1a4a81d8af037b6613a084a56143bef16128.zip |
Whoops, I got a little too aggressive in my search/replace. Fix the build.
Reported by: Samir Gartner
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 \ |