diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-01-31 00:25:07 +0800 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-01-31 00:25:07 +0800 |
commit | c51cb8a3d9bc5116691b55578f6731b794e6b9f1 (patch) | |
tree | 7ef204a93f1e72aa5087c77760c8f480ac2bff81 | |
parent | 193e21c3884a94b8f4a2aae8c3080bccc42a0eda (diff) | |
download | freebsd-ports-gnome-c51cb8a3d9bc5116691b55578f6731b794e6b9f1.tar.gz freebsd-ports-gnome-c51cb8a3d9bc5116691b55578f6731b794e6b9f1.tar.zst freebsd-ports-gnome-c51cb8a3d9bc5116691b55578f6731b794e6b9f1.zip |
Mark BROKEN: fetches files during build stage.
-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 |