diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2006-09-21 10:19:45 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2006-09-21 10:19:45 +0000 |
commit | 1b264a3e3ce222ba455d2b38568eaea3c4566fa5 (patch) | |
tree | 2edffc1a19fad43ef65aaeec75208f9ce63d762e /net/ntop | |
parent | Update to 0.15 (diff) |
This port depends on urwfonts, not urwfonfs.
Reported by: Portsnap buildbox
Notes
Notes:
svn path=/head/; revision=173523
Diffstat (limited to 'net/ntop')
-rw-r--r-- | net/ntop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 5748835c16d7..a645d9d430a5 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ - ${X11BASE}/lib/X11/fonts/URW/a010013l.afm:${PORTSDIR}/x11-fonts/urwfonfs + ${X11BASE}/lib/X11/fonts/URW/a010013l.afm:${PORTSDIR}/x11-fonts/urwfonts DBDIR?= /var/db |