diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 18:12:08 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 18:12:08 +0000 |
commit | 413c39ab2791eafd407c0bcf6fefd611db9fb4b7 (patch) | |
tree | 424a4f601bf872ed225df69b740c17932fc78165 /net/wireshark | |
parent | e0d3da1cbdf48e52cbe87a5e1c982c72810ff683 (diff) |
Notes
Diffstat (limited to 'net/wireshark')
-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 75ef2cb72fe7..4d63b860ef34 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -21,14 +21,14 @@ MAINTAINER= billf@FreeBSD.org LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4 .endif +USE_GNOMENG= yes .if !defined(WITHOUT_X11) USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOME= gtk12 MAN1+= ethereal.1 PLIST_SUB+= ETHEREAL=bin/ethereal .else PLIST_SUB+= ETHEREAL="@comment ethereal not built" -USE_GNOMENG= yes USE_GNOME= glib12 CONFIGURE_ARGS+= --enable-ethereal=no \ --disable-gtktest |