diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-02-28 06:48:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-02-28 06:48:26 +0000 |
commit | 0f422635f42c68d7bf47c2796c71c3cd5fb4bb95 (patch) | |
tree | 13c883312af5e78a30c43cd77afe5fab383f274a /finance/prestashop | |
parent | ed267c901661372f6212bb68a4f6ab430733101d (diff) | |
download | ports-0f422635f42c68d7bf47c2796c71c3cd5fb4bb95.tar.gz ports-0f422635f42c68d7bf47c2796c71c3cd5fb4bb95.zip |
Notes
Diffstat (limited to 'finance/prestashop')
-rw-r--r-- | finance/prestashop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |