diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-01-30 16:25:07 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-01-30 16:25:07 +0000 |
commit | c51cb8a3d9bc5116691b55578f6731b794e6b9f1 (patch) | |
tree | 7ef204a93f1e72aa5087c77760c8f480ac2bff81 /net/ntop | |
parent | 193e21c3884a94b8f4a2aae8c3080bccc42a0eda (diff) |
Notes
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 02a457ee3b73..d1f9fe209f6a 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -23,6 +23,8 @@ RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget \ ${LOCALBASE}/lib/X11/fonts/URW/a010013l.afm:${PORTSDIR}/x11-fonts/urwfonts +BROKEN= does not build + DBDIR?= /var/db MAKE_JOBS_SAFE= yes |