diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:36:29 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:36:29 +0000 |
commit | 4f0f40cb05fcf0dafeb29921258f35833e960b6d (patch) | |
tree | 859ba2ba077471a41f3eb1e1e8f1a0b3571ab0e5 /finance/cbb/Makefile | |
parent | ed94a2b8385c9095218ba01cd55424b1b88f0c96 (diff) |
Notes
Diffstat (limited to 'finance/cbb/Makefile')
-rw-r--r-- | finance/cbb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/cbb/Makefile b/finance/cbb/Makefile index 874d6d660deb..f5e4693faef1 100644 --- a/finance/cbb/Makefile +++ b/finance/cbb/Makefile @@ -17,7 +17,7 @@ COMMENT= Checkbook balancing tool USE_TK= yes NO_BUILD= yes -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-perl=${PERL} \ --with-wish=${WISH} |