aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-08-07 22:27:08 +0800
committertz <tz@FreeBSD.org>2017-08-07 22:27:08 +0800
commit593ba0e1e4ffa9f28219678f9e32a444cc8ca80c (patch)
treee678f1241b9646d47f339728b21caa48f5e9ba0a /www
parent0028ff43ac0751420bae3d2f1237a2316d0e65fe (diff)
downloadfreebsd-ports-gnome-593ba0e1e4ffa9f28219678f9e32a444cc8ca80c.tar.gz
freebsd-ports-gnome-593ba0e1e4ffa9f28219678f9e32a444cc8ca80c.tar.zst
freebsd-ports-gnome-593ba0e1e4ffa9f28219678f9e32a444cc8ca80c.zip
www/glpi: Add curl to PHP dependency list
Without the extension the port is not functional PR: 220842 Reported by: dasti <stievenard.david@gmail.com> MFH: 2017Q3
Diffstat (limited to 'www')
-rw-r--r--www/glpi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/glpi/Makefile b/www/glpi/Makefile
index 3606bd4deca4..092b298514ce 100644
--- a/www/glpi/Makefile
+++ b/www/glpi/Makefile
@@ -3,6 +3,7 @@
PORTNAME= glpi
PORTVERSION= 9.1.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= https://github.com/glpi-project/glpi/releases/download/${PORTVERSION}/
@@ -14,7 +15,7 @@ LICENSE= GPLv2
USES= cpe gettext php tar:tgz
CPE_VENDOR= glpi-project
-USE_PHP= ctype fileinfo filter gd json mbstring mysqli \
+USE_PHP= ctype curl fileinfo filter gd json mbstring mysqli \
pcre session simplexml wddx xml xmlrpc zlib
WRKSRC= ${WRKDIR}/${PORTNAME}