diff options
author | johans <johans@FreeBSD.org> | 2006-09-21 17:06:48 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2006-09-21 17:06:48 +0800 |
commit | e837bfb36eaf0a1f3ffd97d89fd2ec694ffc4b1d (patch) | |
tree | adddb25b1f7d526cd01370fc9a3d05f14cf7ccb2 /net/ntop | |
parent | cfcf7571ef9550dc62182ec36a4f00dd128d7f2e (diff) | |
download | freebsd-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/Makefile | 5 |
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 |