diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-18 12:54:55 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2000-01-18 12:54:55 +0000 |
commit | d95ffdf7e472974589d84056db7a0afefd26de44 (patch) | |
tree | 82bcd2e236f6d2f3d4b532dbe1ead0f136af4dbd /net/wireshark/Makefile | |
parent | 02da980fa55a7136512b4048ed41dd0b43b94059 (diff) | |
download | ports-d95ffdf7e472974589d84056db7a0afefd26de44.tar.gz ports-d95ffdf7e472974589d84056db7a0afefd26de44.zip |
Notes
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r-- | net/wireshark/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index a427ac0e2655..3278ac2fc6ed 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -7,13 +7,13 @@ # DISTNAME= ethereal-0.8.1 -CATEGORIES= net +CATEGORIES= net ipv6 MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ http://www.linuxberg.com/files/x11/network/ \ http://jefnet.linuxberg.com/files/x11/network/ \ http://ethereal.zing.org/distribution/ \ http://ethereal.boehm.org/distribution/ - + MAINTAINER= billf@FreeBSD.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 |