diff options
author | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2019-05-15 15:58:24 +0000 |
---|---|---|
committer | Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> | 2019-05-15 15:58:24 +0000 |
commit | 7f3aee50c203a50790ef41d8a2aad4a25c1ef64f (patch) | |
tree | 7ad49ea1a381ac1490f4f94d0ccc2e69c0a65f7d /net | |
parent | 8aa4e65d3bba12d0b4d50698dcd36ad4d8839e1c (diff) | |
download | ports-7f3aee50c203a50790ef41d8a2aad4a25c1ef64f.tar.gz ports-7f3aee50c203a50790ef41d8a2aad4a25c1ef64f.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/intel-ixl-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/intel-ixl-kmod/Makefile b/net/intel-ixl-kmod/Makefile index 6035bad6de92..e58a33ffab70 100644 --- a/net/intel-ixl-kmod/Makefile +++ b/net/intel-ixl-kmod/Makefile @@ -44,7 +44,7 @@ MAKE_ENV+= WERROR="" PLIST_FILES+= man/man4/${link}.4.gz .endfor -MAX_NETMAP_OSVERSION?= 9900000 # Maximum OSVERSION for which NETMAP support works +MAX_NETMAP_OSVERSION?= 1299999 # Maximum OSVERSION for which NETMAP support works .include <bsd.port.pre.mk> |