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/ethereal | |
parent | 4c0543603add0f74365f9e63138b349dd8521b9d (diff) |
Notes
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 2 |
1 files changed, 2 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 |