From 769bc3c0d52a8278989474e92756b6be9b8e1123 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 28 Feb 2016 06:48:26 +0000 Subject: - Switch to mysqli support --- finance/prestashop/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'finance') diff --git a/finance/prestashop/Makefile b/finance/prestashop/Makefile index d91f6f7ddcf6..629ebbd54484 100644 --- a/finance/prestashop/Makefile +++ b/finance/prestashop/Makefile @@ -3,6 +3,7 @@ PORTNAME= prestashop PORTVERSION= 1.6.1.4 +PORTREVISION= 1 CATEGORIES= finance www MASTER_SITES= http://www.prestashop.com/download/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +15,7 @@ USES= cpe zip NO_BUILD= yes PRESTADIR= www/${PORTNAME} PLIST= ${WRKDIR}/plist -USE_PHP= dom gd mysql +USE_PHP= dom gd mysqli WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message -- cgit