diff options
author | Johan van Selst <johans@FreeBSD.org> | 2006-09-21 09:06:48 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2006-09-21 09:06:48 +0000 |
commit | 91f722cd53cab740c222ed67f6cf2afd1b5cdd0f (patch) | |
tree | be6eacd3ac2acfd3f31990509608329a7e7d5fe9 /net/ntop | |
parent | d47137f77ae7785ed376f48257f8876aa34582d7 (diff) | |
download | ports-91f722cd53cab740c222ed67f6cf2afd1b5cdd0f.tar.gz ports-91f722cd53cab740c222ed67f6cf2afd1b5cdd0f.zip |
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 81a58ff355fc..5748835c16d7 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -7,7 +7,7 @@ PORTNAME= ntop PORTVERSION= 3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,6 +21,9 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ gdbm.3:${PORTSDIR}/databases/gdbm \ png.5:${PORTSDIR}/graphics/png +RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ + ${X11BASE}/lib/X11/fonts/URW/a010013l.afm:${PORTSDIR}/x11-fonts/urwfonfs + DBDIR?= /var/db USE_GETOPT_LONG=yes |