diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2024-01-28 14:27:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2024-01-28 14:29:24 +0000 |
commit | ed8fb796d3fd79e7ff360a64f6be4fd0b10e0343 (patch) | |
tree | 358e22e613f36d85f1b58ba5c69d861e7b960fcd | |
parent | 7b753c1d2da908b3fdda848ccac8208548ab5536 (diff) |
net/netatalk3: Use bdb18 to replace deprecated bdb5
-rw-r--r-- | net/netatalk3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index a297d24722ee..3ef16c62caa2 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -1,6 +1,6 @@ PORTNAME= netatalk PORTVERSION= 3.1.18 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/./-/g} @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libevent.so:devel/libevent -USES= bdb:5+ cpe gettext gmake iconv libtool perl5 pkgconfig shebangfix ssl tar:bzip2 +USES= bdb:18 cpe gettext gmake iconv libtool perl5 pkgconfig shebangfix ssl tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_RC_SUBR= netatalk |