diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-04 06:25:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-02-04 06:25:16 +0000 |
commit | 1dc7ecd0197892925c677bd715552ce4583e383d (patch) | |
tree | a0549482d20440f1d4a0d71e63bade0c870bcc08 /net/wireshark | |
parent | 4c0543603add0f74365f9e63138b349dd8521b9d (diff) | |
download | ports-1dc7ecd0197892925c677bd715552ce4583e383d.tar.gz ports-1dc7ecd0197892925c677bd715552ce4583e383d.zip |
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index b5d3633b4056..fda8ab5b162c 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -20,7 +20,9 @@ USE_ICONV= yes #USE_BZIP2= yes USE_GNOME= gnometarget WANT_GNOME= yes +CONFIGURE_ENV= MIBDIRS="/dev/null" CONFIGURE_ARGS+= --program-transform-name="" +MAKE_ENV= MIBDIRS="/dev/null" INSTALLS_SHLIB= yes .for x in capinfos editcap idl2eth mergecap text2pcap |