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/Makefile | |
parent | d9348add9279d724176035c727743ad103689271 (diff) | |
download | ports-a0d104ee4083324575f48e66beca62bcf965fd37.tar.gz ports-a0d104ee4083324575f48e66beca62bcf965fd37.zip |
Notes
Diffstat (limited to 'net/wireshark/Makefile')
-rw-r--r-- | net/wireshark/Makefile | 5 |
1 files changed, 2 insertions, 3 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 |