diff options
| author | Xavier Beaudouin <kiwi@FreeBSD.org> | 2025-11-11 04:09:40 +0100 |
|---|---|---|
| committer | Xavier Beaudouin <kiwi@FreeBSD.org> | 2025-11-11 04:16:23 +0100 |
| commit | ee5c766cbaa790c5778416ccd28755dfa37a532e (patch) | |
| tree | ae60b155f549e7c694595b4397f3cc6ae3f450af /databases | |
| parent | x11/mate-applets: bump port revision (diff) | |
*/*: Introduction USES=sudo
A new uses 'sudo' has been added to transperently depends of the
proper flavor of sudo 'default' or 'sssd' depending on the default
version set by the user.
If you prefere to use 'sssd' flavor of sudo, add the following
to your make.conf:
DEFAULT_VERSIONS+=sudo=sssd
All sudo consummer ports has benn updated to USES=sudo
Reviewed by: 0mp
Approved by: mat
Sponsored by: Klara, Inc.
Differential Revision: https://reviews.freebsd.org/D52160
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/cego/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/cego/Makefile b/databases/cego/Makefile index adfa82e5ea68..e7b709c4e04a 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -13,10 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblfcbase.so:devel/lfcbase \ liblfcxml.so:devel/lfcxml -RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo \ - bash:shells/bash +RUN_DEPENDS= bash:shells/bash -USES= libtool localbase ncurses readline shebangfix +USES= libtool localbase ncurses readline shebangfix sudo SHEBANG_FILES= tools/cgbackup tools/cgrecover tools/cgsimload \ tools/logManager tools/backupManager USE_LDCONFIG= yes |
