diff options
author | wiz <wiz> | 2001-04-02 20:06:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-02 20:06:11 +0000 |
commit | 7df864000e47739ba63ddd41f99ae10e67721bff (patch) | |
tree | cfe0bfde1f380c8d727e04a3f65994a9293aead4 /net/xtraceroute/Makefile | |
parent | 5d481883637f698c36be3e03b6fcd4f03e46ea2b (diff) | |
download | pkgsrc-7df864000e47739ba63ddd41f99ae10e67721bff.tar.gz |
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
Diffstat (limited to 'net/xtraceroute/Makefile')
-rw-r--r-- | net/xtraceroute/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/xtraceroute/Makefile b/net/xtraceroute/Makefile index afbb74c3b31..04aabddbc70 100644 --- a/net/xtraceroute/Makefile +++ b/net/xtraceroute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/03/27 03:20:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.22 2001/04/02 20:06:14 wiz Exp $ # DISTNAME= xtraceroute-0.8.14 @@ -12,7 +12,6 @@ HOMEPAGE= http://www.dtek.chalmers.se/~d3august/xt/index.html COMMENT= Graphical version of traceroute, which traces the route IP packets go BUILD_USES_MSGFMT= yes - DEPENDS+= gtkglarea-1.2.1:../../x11/gtkglarea DEPENDS+= tiff-*:../../graphics/tiff |