diff options
Diffstat (limited to 'finance')
-rw-r--r-- | finance/weberp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/weberp/Makefile b/finance/weberp/Makefile index bc29f15e5b02..fdb9a128f280 100644 --- a/finance/weberp/Makefile +++ b/finance/weberp/Makefile @@ -3,7 +3,7 @@ PORTNAME= weberp PORTVERSION= 4.12.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance www MASTER_SITES= SF/web-erp/ DISTNAME= webERP_${PORTVERSION} @@ -17,7 +17,7 @@ PORTSCOUT= skipv:3.12 USES= gettext shebangfix zip SHEBANG_FILES= report_runner.php -USE_PHP= mysql gettext +USE_PHP= mysqli gettext WRKSRC= ${WRKDIR}/webERP NO_BUILD= yes |