diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-04-30 08:24:23 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2022-05-03 07:41:31 +0000 |
commit | 9530e44de7503a0c6df93e64ae1b03016a7728ae (patch) | |
tree | a3dc36c91025e6f086e781917ed7048eb4d39179 | |
parent | ec8a7fefd2457e946e8ac75b8b5725557b646d80 (diff) |
*: Sort categories and hook up missing ports
Reported by: portscan
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/Makefile | 6 | ||||
-rw-r--r-- | x11/Makefile | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/devel/Makefile b/devel/Makefile index b1b563057079..26086cb3dea5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -94,6 +94,7 @@ SUBDIR += R-cran-promises SUBDIR += R-cran-proto SUBDIR += R-cran-purrr + SUBDIR += R-cran-rJava SUBDIR += R-cran-randomForest SUBDIR += R-cran-rappdirs SUBDIR += R-cran-rcmdcheck @@ -104,7 +105,6 @@ SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 SUBDIR += R-cran-rgexf - SUBDIR += R-cran-rJava SUBDIR += R-cran-rlang SUBDIR += R-cran-rngtools SUBDIR += R-cran-roxygen2 diff --git a/graphics/Makefile b/graphics/Makefile index fa5125c98d97..6ea7b21031ac 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -139,8 +139,8 @@ SUBDIR += dmtx-utils SUBDIR += drawing SUBDIR += drawpile - SUBDIR += drm-54-kmod SUBDIR += drm-510-kmod + SUBDIR += drm-54-kmod SUBDIR += drm-fbsd12.0-kmod SUBDIR += drm-fbsd13-kmod SUBDIR += drm-kmod @@ -295,9 +295,9 @@ SUBDIR += gphoto2 SUBDIR += gpicview SUBDIR += gpsmanshp - SUBDIR += gpu-firmware-kmod - SUBDIR += gpu-firmware-intel-kmod SUBDIR += gpu-firmware-amd-kmod + SUBDIR += gpu-firmware-intel-kmod + SUBDIR += gpu-firmware-kmod SUBDIR += gpu-firmware-radeon-kmod SUBDIR += gpxsee SUBDIR += gracula diff --git a/x11/Makefile b/x11/Makefile index 6c26145e7e24..3d5c648cd3d9 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -205,6 +205,7 @@ SUBDIR += linux-nvidia-libs-304 SUBDIR += linux-nvidia-libs-340 SUBDIR += linux-nvidia-libs-390 + SUBDIR += linux-nvidia-libs-470 SUBDIR += listres SUBDIR += lsw SUBDIR += luit @@ -251,6 +252,7 @@ SUBDIR += nvidia-driver-304 SUBDIR += nvidia-driver-340 SUBDIR += nvidia-driver-390 + SUBDIR += nvidia-driver-470 SUBDIR += nvidia-hybrid-graphics SUBDIR += nvidia-secondary-driver SUBDIR += nvidia-secondary-driver-390 |