diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 2 | ||||
-rw-r--r-- | net/wireshark/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index b5d3633b4056..fda8ab5b162c 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/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 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 |