diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-03 08:26:35 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-03 08:26:35 +0000 |
commit | 42a4083c623c25e1ae525f4376c8e170dd8e0f7c (patch) | |
tree | 75c1cdef992ba7b34b5c6148bded7f06a2837f93 /net/ntop | |
parent | f3a7d018595b9e2fa0215452b1182789b5ef518f (diff) | |
download | FreeBSD-ports-42a4083c623c25e1ae525f4376c8e170dd8e0f7c.zip FreeBSD-ports-42a4083c623c25e1ae525f4376c8e170dd8e0f7c.tar.gz |
chase gdbm lib version
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 89cc755..e876624 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -21,7 +21,7 @@ MAINTAINER= wjv@FreeBSD.org # make use of sysutils/lsof and security/nmap if installed. BUILD_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart RUN_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart -LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm # ntop will store its runtime database files in ${DBDIR}/ntop/ DBDIR?= /var/db |