diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 14:36:21 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 14:36:21 +0000 |
commit | d98e1893f371a854e903feb86f8e539677c77dde (patch) | |
tree | e5469e71b14098ee141e1c136f10f5b22a089195 /misc/kcd | |
parent | 50cfc86752c3c7cfa2f1e5105c54fd023ed1b5dc (diff) |
Notes
Diffstat (limited to 'misc/kcd')
-rw-r--r-- | misc/kcd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile index b39146924c6c..db7c3629e357 100644 --- a/misc/kcd/Makefile +++ b/misc/kcd/Makefile @@ -12,8 +12,7 @@ COMMENT= Change directory in full-screen visual mode LICENSE= GPLv2 -USES= gettext -USE_PERL5= yes +USES= gettext perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc CPPFLAGS+= -I${LOCALBASE}/include |