diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-08-10 18:40:19 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-08-10 18:40:19 +0000 |
commit | c185440c019c1167d646944f15ba2b4178b1aea6 (patch) | |
tree | 1bb678e8f63b83b06a37b8bcbec6d9c4a19d44ed /net/bctoolbox | |
parent | f0b7e048b27990821c5c13ca28d37ec5e04d2f70 (diff) |
Remove library version from mbedtls dependency (invalid after r476834).
PR: 230509
Notes
Notes:
svn path=/head/; revision=476843
Diffstat (limited to 'net/bctoolbox')
-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 |