diff options
author | wen <wen@FreeBSD.org> | 2016-04-16 12:19:07 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2016-04-16 12:19:07 +0800 |
commit | 92b67b5ec83dbbffcdde76177af4467027d7de30 (patch) | |
tree | 252f5aefc4ddbf102472f20987609078289893f7 /finance | |
parent | 730fbdad4e467fe5cf2a101cd19c36bcdb2b468b (diff) | |
download | freebsd-ports-gnome-92b67b5ec83dbbffcdde76177af4467027d7de30.tar.gz freebsd-ports-gnome-92b67b5ec83dbbffcdde76177af4467027d7de30.tar.zst freebsd-ports-gnome-92b67b5ec83dbbffcdde76177af4467027d7de30.zip |
- Update USE_PHP, add session and simplexml
Diffstat (limited to 'finance')
-rw-r--r-- | finance/prestashop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/prestashop/Makefile b/finance/prestashop/Makefile index 629ebbd54484..744f64346e02 100644 --- a/finance/prestashop/Makefile +++ b/finance/prestashop/Makefile @@ -3,7 +3,7 @@ PORTNAME= prestashop PORTVERSION= 1.6.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= finance www MASTER_SITES= http://www.prestashop.com/download/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,7 +15,7 @@ USES= cpe zip NO_BUILD= yes PRESTADIR= www/${PORTNAME} PLIST= ${WRKDIR}/plist -USE_PHP= dom gd mysqli +USE_PHP= dom gd mysqli session simplexml WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message |