diff options
author | tron <tron@pkgsrc.org> | 2002-04-05 07:53:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-04-05 07:53:13 +0000 |
commit | 1e9fc92b6e5f17430f24b74dee8e3160db25b7f4 (patch) | |
tree | 29057063580ef67d5ed631d395859da8278b0190 /net/ethereal | |
parent | f311fa482c81d0be3c4bb470625cbf94a3ce69ab (diff) | |
download | pkgsrc-1e9fc92b6e5f17430f24b74dee8e3160db25b7f4.tar.gz |
Remove redundant dependences which are automatically added via buildlink
files.
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 43ce28292b7..d2942e559c3 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2002/04/04 18:44:24 mycroft Exp $ +# $NetBSD: Makefile,v 1.58 2002/04/05 07:53:13 tron Exp $ DISTNAME= ethereal-0.9.3 CATEGORIES= net @@ -9,8 +9,6 @@ MAINTAINER= frueauf@netbsd.org HOMEPAGE= http://www.ethereal.com/ COMMENT= Network protocol analyzer -DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= ucd-snmp>=4.1.2:../../net/ucd-snmp BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 USE_X11= YES |