diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2002-05-01 23:27:45 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2002-05-01 23:27:45 +0000 |
commit | a0d104ee4083324575f48e66beca62bcf965fd37 (patch) | |
tree | 6822c942e6e577137d011656a023ce8137875e19 /net/wireshark | |
parent | d9348add9279d724176035c727743ad103689271 (diff) |
upgrade to 0.9.3, use USE_GLIB
Notes
Notes:
svn path=/head/; revision=58429
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 5 | ||||
-rw-r--r-- | net/wireshark/distinfo | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 8c261a7e9107..debd0b54337b 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ethereal -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ @@ -27,10 +27,9 @@ MAN1+= ethereal.1 PLIST_SUB+= ETHEREAL=bin/ethereal .else PLIST_SUB+= ETHEREAL="@comment ethereal not built" -LIB_DEPENDS+= glib12.3:${PORTSDIR}/devel/glib12 +USE_GLIB= yes CONFIGURE_ARGS+= --enable-ethereal=no \ --disable-gtktest -CONFIGURE_ENV+= GLIB_CONFIG=${LOCALBASE}/bin/glib12-config .endif USE_LIBTOOL= yes diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index 077b4d7b00bb..631ecc2ced58 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1 +1 @@ -MD5 (ethereal-0.9.1.tar.gz) = d358941f978bff598672c618df044195 +MD5 (ethereal-0.9.3.tar.gz) = 9ecd125c0ef321800fd799edc025d8e9 |