diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-06-18 17:42:25 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-06-18 17:42:25 +0000 |
commit | f4a77f8e56fc3e0176bc598f1306c3cfa51a51f8 (patch) | |
tree | 8d7e902c603060f272d0346740349d85e93711df /net/ntop | |
parent | a722dcc871d6e1c9db8d75705010e590762866eb (diff) | |
download | ports-f4a77f8e56fc3e0176bc598f1306c3cfa51a51f8.tar.gz ports-f4a77f8e56fc3e0176bc598f1306c3cfa51a51f8.zip |
Add a missed dependency to gdbm
Reported by: kris
Notes
Notes:
svn path=/head/; revision=83260
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 3 |
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 |