diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 17:17:53 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 17:17:53 +0000 |
commit | 428fac4e1c522537e461b850cc93550d4fcf37e7 (patch) | |
tree | 22c9f25e11cf4cd378611c48424547929b95fba3 /security/openssh-askpass | |
parent | b1977b079cfa346735bab7f33a9f0f5d573f09c5 (diff) |
Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes:
svn path=/head/; revision=516988
Diffstat (limited to 'security/openssh-askpass')
-rw-r--r-- | security/openssh-askpass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-askpass/Makefile b/security/openssh-askpass/Makefile index dafdc6cc55dc..dcbe638bed3a 100644 --- a/security/openssh-askpass/Makefile +++ b/security/openssh-askpass/Makefile @@ -14,7 +14,7 @@ COMMENT= Graphical password applet for entering SSH passphrase LICENSE= MIT LICENSE_FILE= ${WRKSRC}/README -USES= uidfix +USES= uidfix xorg USE_XORG= x11 xt sm ice DOCSDIR= ${PREFIX}/share/doc/ssh-askpass PLIST_FILES= bin/x11-ssh-askpass \ |