aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntop
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-06-19 01:42:25 +0800
committeroliver <oliver@FreeBSD.org>2003-06-19 01:42:25 +0800
commit8edd0ffad9c535a26d7f6c2068ee4f995eff6b8f (patch)
tree6574ac0657ef15a84f2ba990e2310d5005d20187 /net/ntop
parente2ff874dcf16392920cd8ae1d21603a275615c54 (diff)
downloadfreebsd-ports-gnome-8edd0ffad9c535a26d7f6c2068ee4f995eff6b8f.tar.gz
freebsd-ports-gnome-8edd0ffad9c535a26d7f6c2068ee4f995eff6b8f.tar.zst
freebsd-ports-gnome-8edd0ffad9c535a26d7f6c2068ee4f995eff6b8f.zip
Add a missed dependency to gdbm
Reported by: kris
Diffstat (limited to 'net/ntop')
-rw-r--r--net/ntop/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile
index 78b61ce75197..738934c3f02e 100644
--- a/net/ntop/Makefile
+++ b/net/ntop/Makefile
@@ -17,7 +17,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Network monitoring tool with command line and web interfaces
BUILD_DEPENDS= ${LOCALBASE}/lib/libgdc.a:${PORTSDIR}/graphics/gdchart
-LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
+LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt \
+ gdbm:${PORTSDIR}/databases/gdbm
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
IS_INTERACTIVE= yes