diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-03-02 07:49:28 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-03-02 07:49:28 +0800 |
commit | 9c7f9fd8c3d29df8eeadf5a3c067d9dba01c233b (patch) | |
tree | 879f41d47a30b408f8123909f550ffaee4ff596a /net/ntop | |
parent | 3a8d0db49f3eefc8373bfa6d7289aae4ff8690fb (diff) | |
download | freebsd-ports-gnome-9c7f9fd8c3d29df8eeadf5a3c067d9dba01c233b.tar.gz freebsd-ports-gnome-9c7f9fd8c3d29df8eeadf5a3c067d9dba01c233b.tar.zst freebsd-ports-gnome-9c7f9fd8c3d29df8eeadf5a3c067d9dba01c233b.zip |
- Removed line BROKEN, the port now fetch files in Makefile and no more during build stage.
Approved by: itetcu (mentor)
Feature safe: yes
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 36a2d3b8d821..0fc20c73ab00 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -29,8 +29,6 @@ BUILD_DEPENDS= rrdtool>=1.2:${PORTSDIR}/databases/rrdtool \ RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ ${LOCALBASE}/lib/X11/fonts/URW/a010013l.afm:${PORTSDIR}/x11-fonts/urwfonts -BROKEN= does not build - DBDIR?= /var/db MAKE_JOBS_SAFE= yes |