diff options
author | flz <flz@FreeBSD.org> | 2008-05-13 18:27:09 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-05-13 18:27:09 +0800 |
commit | 36973838550ebdad90da776e4c7aedf2fcbe38c1 (patch) | |
tree | c274ce42b1cdf1d22e55fb5ad7360dbcc61b9933 /security | |
parent | 908c1cb42fc0794739cdbd41757d764f02b6090b (diff) | |
download | freebsd-ports-gnome-36973838550ebdad90da776e4c7aedf2fcbe38c1.tar.gz freebsd-ports-gnome-36973838550ebdad90da776e4c7aedf2fcbe38c1.tar.zst freebsd-ports-gnome-36973838550ebdad90da776e4c7aedf2fcbe38c1.zip |
Fix USE_XORG in preparation of ports/122340. Since USE_IMAKE is bringing in
all xorg-libraries, there's no need to bump PORTREVISION for now.
Approved by: portmgr (self)
Diffstat (limited to 'security')
-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 6ec70b99d91d..987396b73eed 100644 --- a/security/openssh-askpass/Makefile +++ b/security/openssh-askpass/Makefile @@ -15,7 +15,7 @@ MAINTAINER= hrs@FreeBSD.org COMMENT= Graphical password applet for entering SSH passphrase USE_IMAKE= yes -USE_XORG= x11 +USE_XORG= x11 xt MAN1= x11-ssh-askpass.1 MLINKS= x11-ssh-askpass.1 ssh-askpass.1 |