diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-05 14:10:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-05 14:10:08 +0800 |
commit | a3e7e25d2b754a4c8528e2aace0315882db4cf4c (patch) | |
tree | 836e49229208e6ca3251cf323fbaf7ea9a2dfcb0 /sysutils/Makefile | |
parent | 232575e09c0d16a1ad2b5e2f05d65146a51eac82 (diff) | |
download | freebsd-ports-gnome-a3e7e25d2b754a4c8528e2aace0315882db4cf4c.tar.gz freebsd-ports-gnome-a3e7e25d2b754a4c8528e2aace0315882db4cf4c.tar.zst freebsd-ports-gnome-a3e7e25d2b754a4c8528e2aace0315882db4cf4c.zip |
Add libgksuui, a GTK+ frontend to libgksu that allows X authentication
facilities for running programs as root or other users in an X session.
PR: 72256
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 68000229e977..a427c6daf3a8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -213,6 +213,7 @@ SUBDIR += libcdio SUBDIR += libchk SUBDIR += libgksu + SUBDIR += libgksuui SUBDIR += libretto-config SUBDIR += libutempter SUBDIR += lineakd |