diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/afpfs-ng/Makefile | 2 | ||||
-rw-r--r-- | net/ipxe/Makefile | 2 | ||||
-rw-r--r-- | net/rclone/Makefile | 2 | ||||
-rw-r--r-- | net/rubygem-train-winrm/Makefile | 2 | ||||
-rw-r--r-- | net/wifibox-alpine/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net/afpfs-ng/Makefile b/net/afpfs-ng/Makefile index 4e27440a0ec3..10d1031e1080 100644 --- a/net/afpfs-ng/Makefile +++ b/net/afpfs-ng/Makefile @@ -26,7 +26,7 @@ CPPFLAGS+= -D_FILE_OFFSET_BITS=64 OPTIONS_DEFINE= FUSE GCRYPT OPTIONS_SUB= yes -FUSE_LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs +FUSE_LIB_DEPENDS= libfuse.so:filesystems/fusefs-libs FUSE_CONFIGURE_ENABLE= fuse GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt GCRYPT_CONFIGURE_ENABLE=gcrypt diff --git a/net/ipxe/Makefile b/net/ipxe/Makefile index ae4333184319..29b99b50322b 100644 --- a/net/ipxe/Makefile +++ b/net/ipxe/Makefile @@ -68,7 +68,7 @@ OPTIONS_DEFAULT= EFI ISO EFI_DESC= Create EFI images ISO_DESC= Create bootable CD image -EFI_BUILD_DEPENDS= mformat:emulators/mtools +EFI_BUILD_DEPENDS= mformat:filesystems/mtools _EFI_ARCHS= ${ARCH:Mamd64:S/amd64/x86_64/} i386 _EFI_TARGETS= ipxe snp snponly .for _arch in ${_EFI_ARCHS} diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 6030629127ff..1cb64f9f4171 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -10,7 +10,7 @@ WWW= https://rclone.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs +LIB_DEPENDS= libfuse.so:filesystems/fusefs-libs RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss USES= cpe go:modules diff --git a/net/rubygem-train-winrm/Makefile b/net/rubygem-train-winrm/Makefile index a5dfabf05b8f..bcb5bdccca0e 100644 --- a/net/rubygem-train-winrm/Makefile +++ b/net/rubygem-train-winrm/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-winrm>=2.3.6<3.0:sysutils/rubygem-winrm \ rubygem-winrm-elevated>=1.2.2<1.3:sysutils/rubygem-winrm-elevated \ - rubygem-winrm-fs>=1.0<2:sysutils/rubygem-winrm-fs + rubygem-winrm-fs>=1.0<2:filesystems/rubygem-winrm-fs USES= gem diff --git a/net/wifibox-alpine/Makefile b/net/wifibox-alpine/Makefile index 53affd870ba9..ad3a1de1e3b5 100644 --- a/net/wifibox-alpine/Makefile +++ b/net/wifibox-alpine/Makefile @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${_DISTFILES:M*_GH0.tar.gz} BUILD_DEPENDS= gtar>0:archivers/gtar \ patchelf>0:sysutils/patchelf \ - squashfs-tools-ng>0:sysutils/squashfs-tools-ng + squashfs-tools-ng>0:filesystems/squashfs-tools-ng .include "${.CURDIR}/flavors.mk" |