summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
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>