diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-23 20:14:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-23 20:14:37 +0000 |
commit | 148d8bdc687ea834a5e939742ce06502c8ffeca6 (patch) | |
tree | 64376331b61c16c6f741d291729cdb5320dca68d /databases/ldb | |
parent | 2d740b64d7c9f1fa9d509a58fa75b851edbe2328 (diff) | |
download | ports-148d8bdc687ea834a5e939742ce06502c8ffeca6.tar.gz ports-148d8bdc687ea834a5e939742ce06502c8ffeca6.zip |
Notes
Diffstat (limited to 'databases/ldb')
-rw-r--r-- | databases/ldb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ldb/Makefile b/databases/ldb/Makefile index 3205c65369d6..40c34768094b 100644 --- a/databases/ldb/Makefile +++ b/databases/ldb/Makefile @@ -36,7 +36,7 @@ MANPAGES_DESC= Build and install manpages (requires textproc/docbook-xsl) BUILD_DEPENDS+= talloc>=2.1.1:${PORTSDIR}/devel/talloc \ tevent>=0.9.22:${PORTSDIR}/devel/tevent \ - tdb>=1.3.4:${PORTSDIR}/databases/tdb \ + tdb>=1.3.4,1:${PORTSDIR}/databases/tdb \ popt>=0:${PORTSDIR}/devel/popt RUN_DEPENDS:= ${BUILD_DEPENDS} |