From ce6a0e8a2ccf4cefb2db54d0e649e72cca2d4cb6 Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sat, 13 Dec 2025 10:34:04 +0100 Subject: [PATCH] net/realtek-rge-kmod: Use IGNORE_FreeBSD Reported by: dizzy --- net/realtek-rge-kmod/Makefile | 8 ++------ 1 file 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 - -.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1403000) -IGNORE= Does not build on 13 -.endif - .include