diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-09-02 09:45:00 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-09-02 09:45:00 +0000 |
commit | 8009e03e6f4437b5247d35cc1b38857cb4ff68d4 (patch) | |
tree | f3e5120082665ff48535d573c7d999d9f3c937a8 /security/keychain | |
parent | 46f9eb7bdb72a12f98990747860f7e9bd8fc9c2d (diff) |
Notes
Diffstat (limited to 'security/keychain')
-rw-r--r-- | security/keychain/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/keychain/Makefile b/security/keychain/Makefile index 60984534418c..19063e518f9c 100644 --- a/security/keychain/Makefile +++ b/security/keychain/Makefile @@ -12,11 +12,11 @@ COMMENT= User-friendly front-end to ssh-agent(1) LICENSE= GPLv2 +USES= gmake perl5 +USE_PERL5= build OPTIONS_DEFINE= DOCS FETCH_ARGS?= -Fpr USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5_BUILD=yes MAN1= keychain.1 |