diff options
author | tron <tron> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-27 14:35:04 +0000 |
commit | e9a15cf60cb0df818817d9787d8349256ab361f3 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /net/trafshow | |
parent | 3e0c737ffbdf90692697bede4bd1970d4ddea32e (diff) | |
download | pkgsrc-e9a15cf60cb0df818817d9787d8349256ab361f3.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 |