diff options
author | az <az@FreeBSD.org> | 2013-09-02 17:36:29 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 17:36:29 +0800 |
commit | 9c4cca1df5edd7f22e07934853ab7f2318b3e6f1 (patch) | |
tree | 859ba2ba077471a41f3eb1e1e8f1a0b3571ab0e5 /finance/cbb | |
parent | 6ff983cb6a6caabe6c82f1b446d42fc882f0b015 (diff) | |
download | freebsd-ports-gnome-9c4cca1df5edd7f22e07934853ab7f2318b3e6f1.tar.gz freebsd-ports-gnome-9c4cca1df5edd7f22e07934853ab7f2318b3e6f1.tar.zst freebsd-ports-gnome-9c4cca1df5edd7f22e07934853ab7f2318b3e6f1.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'finance/cbb')
-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} |