net/realtek-rge-kmod: Use IGNORE_FreeBSD

Reported by:	dizzy
This commit is contained in:
Bernard Spil
2025-12-13 10:34:04 +01:00
parent 297e0b017e
commit ce6a0e8a2c
+2 -6
View File
@@ -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>