mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
gnome-ssh-askpass: gtk+-devel must be in makedepends.
This commit is contained in:
parent
8be6b7b103
commit
0a31f74eaf
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ pkgname=gnome-ssh-askpass
|
||||||
version=6.7p1
|
version=6.7p1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="openssh-${version}"
|
wrksrc="openssh-${version}"
|
||||||
hostmakedepends="pkg-config gtk+-devel"
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="gtk+-devel"
|
||||||
short_desc="GTK SSH passphrase grabber (from OpenSSH)"
|
short_desc="GTK SSH passphrase grabber (from OpenSSH)"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
|
Loading…
Add table
Reference in a new issue