diff options
author | tron <tron@pkgsrc.org> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-08-27 14:35:04 +0000 |
commit | a68a277b43e5634f08282aba07a130b923be1b72 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /net/trafshow | |
parent | 8acc4797c26eba4fe23ae4f445f0f82bde5e7d2e (diff) | |
download | pkgsrc-a68a277b43e5634f08282aba07a130b923be1b72.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'net/trafshow')
-rw-r--r-- | net/trafshow/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index f6f020989d8..4d82d5342d0 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/06/11 06:34:47 jlam Exp $ -# $FreeBSD: ports/net/trafshow/Makefile,v 1.14 2000/06/28 12:53:15 alex Exp $ -# +# $NetBSD: Makefile,v 1.11 2001/08/27 14:35:13 tron Exp $ DISTNAME= trafshow-3.1 CATEGORIES= net @@ -15,7 +13,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://soft.risp.ru/trafshow/index.shtml COMMENT= Full screen visualization of the network traffic -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf GNU_CONFIGURE= yes ALL_TARGET= trafshow |