aboutsummaryrefslogtreecommitdiffstats
path: root/net/ntop
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2006-09-21 17:06:48 +0800
committerjohans <johans@FreeBSD.org>2006-09-21 17:06:48 +0800
commite837bfb36eaf0a1f3ffd97d89fd2ec694ffc4b1d (patch)
treeadddb25b1f7d526cd01370fc9a3d05f14cf7ccb2 /net/ntop
parentcfcf7571ef9550dc62182ec36a4f00dd128d7f2e (diff)
downloadfreebsd-ports-gnome-e837bfb36eaf0a1f3ffd97d89fd2ec694ffc4b1d.tar.gz
freebsd-ports-gnome-e837bfb36eaf0a1f3ffd97d89fd2ec694ffc4b1d.tar.zst
freebsd-ports-gnome-e837bfb36eaf0a1f3ffd97d89fd2ec694ffc4b1d.zip
- Fix run-time dependencies
PR: ports/102291 Submitted by: Wesley Shields (maintainer)
Diffstat (limited to 'net/ntop')
-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