Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2006 22:20:24 GMT
From:      Wesley Shields <wxs@atarininja.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/102291: Dependency for net/ntop lacks graphviz and urwfonts
Message-ID:  <200608202220.k7KMKO9t036938@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/102291; it has been noted by GNATS.

From: Wesley Shields <wxs@atarininja.org>
To: bug-followup@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608202220.k7KMKO9t036938>