summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2006-09-21 09:06:48 +0000
committerJohan van Selst <johans@FreeBSD.org>2006-09-21 09:06:48 +0000
commit91f722cd53cab740c222ed67f6cf2afd1b5cdd0f (patch)
treebe6eacd3ac2acfd3f31990509608329a7e7d5fe9 /net
parent- Drop maintainership on these ports due to ENOTIME; (diff)
- Fix run-time dependencies
PR: ports/102291 Submitted by: Wesley Shields (maintainer)
Notes
Notes: svn path=/head/; revision=173512
Diffstat (limited to 'net')
-rw-r--r--net/ntop/Makefile5
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