| Summary: | Dependency for net/ntop lacks graphviz and urwfonts | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | dirkx |
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
dirkx
2006-08-19 22:00:32 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback 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
State Changed From-To: feedback->closed Committed, thanks. johans 2006-09-21 09:06:48 UTC
FreeBSD ports repository
Modified files:
net/ntop Makefile
Log:
- Fix run-time dependencies
PR: ports/102291
Submitted by: Wesley Shields (maintainer)
Revision Changes Path
1.57 +4 -1 ports/net/ntop/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|