- Use mysqli only

This commit is contained in:
Martin Wilke 2016-02-28 06:46:23 +00:00
parent 1c2d085616
commit ed267c9016
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409714

View file

@ -3,6 +3,7 @@
PORTNAME= frontaccounting
DISTVERSION= 2.3.24
PORTREVISION= 1
CATEGORIES= finance www
MASTER_SITES= SF/${PORTNAME}/FrontAccounting-2.3/${PORTVERSION}
@ -13,7 +14,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/doc/license.txt
USES= cpe
USE_PHP+= mysql mysqli openssl session hash ctype zlib
USE_PHP+= mysqli openssl session hash ctype zlib
WRKSRC= ${WRKDIR}/${PORTNAME}