diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-05 14:08:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-05 14:08:01 +0800 |
commit | dd06ee71432f304091aa329f0203b2f2d50609dc (patch) | |
tree | 684842b7abcba1f86ff5ea36dc84295562e5e65f /sysutils/Makefile | |
parent | f2f983c0d917b9d0b60bf820a8c27472d1aa6c69 (diff) | |
download | freebsd-ports-gnome-dd06ee71432f304091aa329f0203b2f2d50609dc.tar.gz freebsd-ports-gnome-dd06ee71432f304091aa329f0203b2f2d50609dc.tar.zst freebsd-ports-gnome-dd06ee71432f304091aa329f0203b2f2d50609dc.zip |
Add libgksu, a simple API to use su and sudo in programs that need to
execute tasks as another user. It provides X authentication facilities for
running programs in an X session.
PR: 72257
Submitted by: Jesse van den Kieboom <troplosti@orcaweb.cjb.net>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ac71a843fa5e..68000229e977 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -212,6 +212,7 @@ SUBDIR += lfm SUBDIR += libcdio SUBDIR += libchk + SUBDIR += libgksu SUBDIR += libretto-config SUBDIR += libutempter SUBDIR += lineakd |