diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-27 22:29:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-27 22:29:55 +0000 |
commit | f108a798c589afa10e9024ee5d7b25b3d4869e54 (patch) | |
tree | fc31975e4c5c801babed6352f081a964f5218205 /net-mgmt/nfdump/Makefile | |
parent | 10faf522d302297eb3a5ed8cdc82676887ccf22d (diff) |
Notes
Diffstat (limited to 'net-mgmt/nfdump/Makefile')
-rw-r--r-- | net-mgmt/nfdump/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/nfdump/Makefile b/net-mgmt/nfdump/Makefile index 02c782907617..ec3d9bb21813 100644 --- a/net-mgmt/nfdump/Makefile +++ b/net-mgmt/nfdump/Makefile @@ -23,6 +23,12 @@ OPTIONS= FT2NFDUMP "With Flow-tools to nfdump converter" off \ .include <bsd.port.pre.mk> +#for compatibility +# +.ifndef(WITHOUT_NFDUMP15_SUPPORT) +CONFIGURE_ARGS= --enable-compat15 +.endif + PLIST_FILES= bin/nfcapd bin/nfdump bin/nfreplay bin/nfexpire MAN1= nfcapd.1 nfdump.1 nfreplay.1 nfexpire.1 MAN1+= nfprofile.1 ft2nfdump.1 sfcapd.1 |