diff options
author | tijl <tijl@FreeBSD.org> | 2018-08-11 02:40:19 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2018-08-11 02:40:19 +0800 |
commit | 92666c6527a70c3bd2a5cd4a161571e73cf928e7 (patch) | |
tree | 1bb678e8f63b83b06a37b8bcbec6d9c4a19d44ed /net | |
parent | aabb7220a48ab2890d6ea18e9fbea17d06f59a40 (diff) | |
download | freebsd-ports-gnome-92666c6527a70c3bd2a5cd4a161571e73cf928e7.tar.gz freebsd-ports-gnome-92666c6527a70c3bd2a5cd4a161571e73cf928e7.tar.zst freebsd-ports-gnome-92666c6527a70c3bd2a5cd4a161571e73cf928e7.zip |
Remove library version from mbedtls dependency (invalid after r476834).
PR: 230509
Diffstat (limited to 'net')
-rw-r--r-- | net/bctoolbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bctoolbox/Makefile b/net/bctoolbox/Makefile index 364b72b49229..65e940d31c8e 100644 --- a/net/bctoolbox/Makefile +++ b/net/bctoolbox/Makefile @@ -14,7 +14,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= mbedtls>=2.3.0_2:security/mbedtls -LIB_DEPENDS= libmbedtls.so.10:security/mbedtls +LIB_DEPENDS= libmbedtls.so:security/mbedtls GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-strict |