devel/coeurl: spdlog is only a BDEP, not an LDEP

from brad, ok sthen@
This commit is contained in:
landry 2022-07-24 13:40:49 +00:00
parent 4f84d2e9c5
commit e908c9faef

View File

@ -4,6 +4,7 @@ CATEGORIES = devel
V = v0.2.0
DISTNAME = coeurl-${V}
PKGNAME = ${DISTNAME:S/v//}
REVISION = 0
SHARED_LIBS += coeurl 0.0 # 0.2.0
@ -19,8 +20,8 @@ MODULES = devel/meson
# C++17
COMPILER = base-clang ports-gcc
BUILD_DEPENDS = devel/spdlog
LIB_DEPENDS = devel/libevent2 \
devel/spdlog \
net/curl
.include <bsd.port.mk>