diff options
-rw-r--r-- | deskutils/gnote/Makefile | 2 | ||||
-rw-r--r-- | lang/swift510/Makefile | 2 | ||||
-rw-r--r-- | security/certmonger/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index e429ea0dab78..52c1af192ed6 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool LIB_DEPENDS= libsecret-1.so:security/libsecret \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/libuuid PORTSCOUT= limit:^47\. diff --git a/lang/swift510/Makefile b/lang/swift510/Makefile index b22f7ca799ec..711f5df85914 100644 --- a/lang/swift510/Makefile +++ b/lang/swift510/Makefile @@ -14,7 +14,7 @@ BUILD_DEPENDS= bash:shells/bash \ cmake-core>=3.19.6:devel/cmake-core LIB_DEPENDS= libcurl.so:ftp/curl \ libicuuc.so:devel/icu \ - libuuid.so:misc/e2fsprogs-libuuid \ + libuuid.so:misc/libuuid \ libxml2.so:textproc/libxml2 \ libzstd.so:archivers/zstd diff --git a/security/certmonger/Makefile b/security/certmonger/Makefile index 8e086c03f98e..6b810d2ffe9c 100644 --- a/security/certmonger/Makefile +++ b/security/certmonger/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libpopt.so:devel/popt \ libtalloc.so:devel/talloc \ libtevent.so:devel/tevent \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/libuuid USES= autoreconf gettext gnome gssapi:mit iconv pkgconfig ssl USE_GNOME= libxml2 |