summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2025-12-13 10:34:04 +0100
committerBernard Spil <brnrd@FreeBSD.org>2025-12-13 10:34:04 +0100
commitce6a0e8a2ccf4cefb2db54d0e649e72cca2d4cb6 (patch)
treeafae4d1e18766e3ad154949d334026669044092e /net
parentwww/mod_http2: Update to 2.0.37 (diff)
net/realtek-rge-kmod: Use IGNORE_FreeBSD
Reported by: dizzy
Diffstat (limited to 'net')
-rw-r--r--net/realtek-rge-kmod/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/realtek-rge-kmod/Makefile b/net/realtek-rge-kmod/Makefile
index 050d07c8e6cc..d12690f14458 100644
--- a/net/realtek-rge-kmod/Makefile
+++ b/net/realtek-rge-kmod/Makefile
@@ -11,6 +11,8 @@ WWW= https://github.com/erikarn/if_rge_freebsd
LICENSE= BSD2CLAUSE
+IGNORE_FreeBSD_13= Does not build on FreeBSD <=13
+
USES= kmod tar:tgz uidfix
USE_GITHUB= yes
@@ -26,10 +28,4 @@ PLIST_FILES= ${KMODDIR}/if_rge.ko \
post-install:
${INSTALL_MAN} ${FILESDIR}/rge.4 ${STAGEDIR}/${PREFIX}/share/man/man4
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1403000)
-IGNORE= Does not build on 13
-.endif
-
.include <bsd.port.mk>