diff options
author | salo <salo> | 2004-07-21 21:16:10 +0000 |
---|---|---|
committer | salo <salo> | 2004-07-21 21:16:10 +0000 |
commit | f33473ba1a1a9ac22ab0f072003f670654a923fd (patch) | |
tree | 6b0c65766045b6f079904be97fd59eb1b41e3bb4 /security/ssh-askpass | |
parent | 12e3f525b9894306604c452996567a057d1f9865 (diff) | |
download | pkgsrc-f33473ba1a1a9ac22ab0f072003f670654a923fd.tar.gz |
USE_IMAKE implies USE_X11BASE, remove it.
Diffstat (limited to 'security/ssh-askpass')
-rw-r--r-- | security/ssh-askpass/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/ssh-askpass/Makefile b/security/ssh-askpass/Makefile index 48e03c8826a..08e979c9d43 100644 --- a/security/ssh-askpass/Makefile +++ b/security/ssh-askpass/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 22:53:17 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/07/21 21:16:10 salo Exp $ DISTNAME= x11-ssh-askpass-1.0 PKGNAME= ${DISTNAME:S/^x11-//} @@ -9,7 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/ COMMENT= X11-based passphrase dialog for OpenSSH -USE_X11BASE= # defined USE_IMAKE= # defined post-install: |