diff options
author | peter <peter@FreeBSD.org> | 2014-04-18 09:29:43 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2014-04-18 09:29:43 +0800 |
commit | 6fb59d560f8da4d5fa55a141d1529d159ba849a6 (patch) | |
tree | 353214628f4f5b90d66b80d97aba432495504e59 | |
parent | 343e603d1126233ab3cfe89a75ba6c965e4acb58 (diff) | |
download | freebsd-ports-gnome-6fb59d560f8da4d5fa55a141d1529d159ba849a6.tar.gz freebsd-ports-gnome-6fb59d560f8da4d5fa55a141d1529d159ba849a6.tar.zst freebsd-ports-gnome-6fb59d560f8da4d5fa55a141d1529d159ba849a6.zip |
Fix apparent typo in LIB_PATH that prevented build with LIBEVENT14
Approved by: bdrewery
-rw-r--r-- | dns/unbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index f9c4cea4848a..7ef9bd1d8831 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -84,7 +84,7 @@ MUNIN= "@comment " .endif .if ${PORT_OPTIONS:MLIBEVENT14} -LIB_DEPENDS+= libevent-1.4:${PORTSDIR}/devel/libevent +LIB_DEPENDS+= libevent-1.4.so:${PORTSDIR}/devel/libevent CONFIGURE_ARGS+=--with-libevent=${LOCALBASE} .elif ${PORT_OPTIONS:MLIBEVENT20} LIB_DEPENDS+= libevent-2.0.so:${PORTSDIR}/devel/libevent2 |