ports/102291: Dependency for net/ntop lacks graphviz and urwfonts

Wesley Shields wxs at atarininja.org
Sun Aug 20 22:20:25 UTC 2006


The following reply was made to PR ports/102291; it has been noted by GNATS.

From: Wesley Shields <wxs at atarininja.org>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/102291: Dependency for net/ntop lacks graphviz and urwfonts
Date: Sun, 20 Aug 2006 18:24:15 -0400

 Attached is a patch that fixes this.
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/net/ntop/Makefile,v
 retrieving revision 1.55
 diff -u -r1.55 Makefile
 --- Makefile	22 Mar 2006 19:25:52 -0000	1.55
 +++ Makefile	20 Aug 2006 22:18:10 -0000
 @@ -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 @@
  		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



More information about the freebsd-ports-bugs mailing list