diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-01 14:00:14 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-01 14:00:14 +0000 |
commit | 357a1b39d2aa6d172a908d805edab80d716fb7ee (patch) | |
tree | 0a62bacc29615a8ea4c7e1c1e17ca85df2cb0c66 /net-misc/x11-ssh-askpass | |
parent | new TODO comments (extensive) (diff) | |
download | gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.gz gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.tar.bz2 gentoo-2-357a1b39d2aa6d172a908d805edab80d716fb7ee.zip |
*** empty log message ***
Diffstat (limited to 'net-misc/x11-ssh-askpass')
-rw-r--r-- | net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild index d895c3c61762..d00ef2008ec7 100644 --- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild +++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild @@ -9,7 +9,8 @@ DESCRIPTION="X11-based passphrase dialog for use with OpenSSH" HOMEPAGE="http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/" SRC_URI="http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/${A}" -DEPEND=">=net-misc/openssh-2.3.0 virtual/x11" +DEPEND="virtual/glibc virtual/x11" +RDEPEND=">=net-misc/openssh-2.3.0 virtual/x11" src_compile() { try ./configure |