diff options
author | marcus <marcus@FreeBSD.org> | 2014-01-19 06:56:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2014-01-19 06:56:42 +0800 |
commit | 762859016fab66cc959ee3e04c6aa8d2cacdd5b7 (patch) | |
tree | 1b43aef6118dfb7bd0107120d80f1e44bd5279d8 /net | |
parent | d7c0c100b9c36fe9090c448e3b43896a524b1b38 (diff) | |
download | freebsd-ports-gnome-762859016fab66cc959ee3e04c6aa8d2cacdd5b7.tar.gz freebsd-ports-gnome-762859016fab66cc959ee3e04c6aa8d2cacdd5b7.tar.zst freebsd-ports-gnome-762859016fab66cc959ee3e04c6aa8d2cacdd5b7.zip |
Correct the libevent-2 LIB_DEPENDS line. The proper name of the library
is libevent-2.0.so.X.
Spotted by: antoine
Diffstat (limited to 'net')
-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 e1aa685b8ccb..cd216f23a7dc 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -16,7 +16,7 @@ COMMENT= File server for Mac OS X LICENSE= GPLv2 LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libevent-2.so:${PORTSDIR}/devel/libevent2 + libevent-2.0.so:${PORTSDIR}/devel/libevent2 USE_AUTOTOOLS= libtool USE_BDB= 46+ |