diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-24 04:14:37 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-24 04:14:37 +0800 |
commit | 72c5e916be80862707c39f9fd82331c8fb9c0735 (patch) | |
tree | 64376331b61c16c6f741d291729cdb5320dca68d /databases/ldb | |
parent | 3b87aaaa6841ab21f810503ee7877f873ae325a0 (diff) | |
download | freebsd-ports-gnome-72c5e916be80862707c39f9fd82331c8fb9c0735.tar.gz freebsd-ports-gnome-72c5e916be80862707c39f9fd82331c8fb9c0735.tar.zst freebsd-ports-gnome-72c5e916be80862707c39f9fd82331c8fb9c0735.zip |
Take PORTEPOCH into account in the databases/tdb dependency
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} |