diff options
author | marcus <marcus@FreeBSD.org> | 2014-07-29 11:16:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2014-07-29 11:16:34 +0800 |
commit | 8fe451660052b2dcd0efa26fc91479360f6fc7a7 (patch) | |
tree | 715d6c7fb617ff6ee6c8f380c1b5fb0d98ad0601 /net | |
parent | a67ba7552e1f3cb1d3fb612b1cfdb1c14415daf7 (diff) | |
download | freebsd-ports-graphics-8fe451660052b2dcd0efa26fc91479360f6fc7a7.tar.gz freebsd-ports-graphics-8fe451660052b2dcd0efa26fc91479360f6fc7a7.tar.zst freebsd-ports-graphics-8fe451660052b2dcd0efa26fc91479360f6fc7a7.zip |
Properly point to the install libevent library to fix the build in some cases.
Submitted by: Eli Janssen <elij@wundrd.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index c45c6d177c8..7d17cf51288 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -30,7 +30,8 @@ CONFIGURE_ARGS+= --with-pkgconfdir=${PREFIX}/etc \ ${ICONV_CONFIGURE_BASE} \ --localstatedir=/var \ --disable-bundled-libevent \ - --with-libevent-header=${LOCALBASE}/include + --with-libevent-header=${LOCALBASE}/include \ + --with-libevent-lib=${LOCALBASE}/lib OPTIONS_DEFINE=PAM KRB5 LDAP SENDFILE KERBEROS DBUS MYSQL ACL TCPWRAP OPTIONS_DEFAULT=KERBEROS DBUS TCPWRAP |