diff options
author | cperciva <cperciva@FreeBSD.org> | 2006-09-21 18:19:45 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2006-09-21 18:19:45 +0800 |
commit | e424cb7404b34cbc156626a57354e7721b55667a (patch) | |
tree | c473917e62aa1d03a0afdba09d7ab62b383210e1 | |
parent | b09fe18487b52a1b95635a14af476feb33a09531 (diff) | |
download | freebsd-ports-gnome-e424cb7404b34cbc156626a57354e7721b55667a.tar.gz freebsd-ports-gnome-e424cb7404b34cbc156626a57354e7721b55667a.tar.zst freebsd-ports-gnome-e424cb7404b34cbc156626a57354e7721b55667a.zip |
This port depends on urwfonts, not urwfonfs.
Reported by: Portsnap buildbox
-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 |