diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-03 16:26:35 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-03 16:26:35 +0800 |
commit | 42a4083c623c25e1ae525f4376c8e170dd8e0f7c (patch) | |
tree | 75c1cdef992ba7b34b5c6148bded7f06a2837f93 /net-p2p | |
parent | f3a7d018595b9e2fa0215452b1182789b5ef518f (diff) | |
download | freebsd-ports-gnome-42a4083c623c25e1ae525f4376c8e170dd8e0f7c.tar.gz freebsd-ports-gnome-42a4083c623c25e1ae525f4376c8e170dd8e0f7c.tar.zst freebsd-ports-gnome-42a4083c623c25e1ae525f4376c8e170dd8e0f7c.zip |
chase gdbm lib version
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnunet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index c42d94b1d237..6d59c634e00d 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -15,7 +15,7 @@ DISTNAME= GNUnet-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm USE_BZIP2= yes USE_OPENSSL= yes |