svn commit: r407477 - head/www/bolt

Mark Felder feld at FreeBSD.org
Fri Jan 29 15:45:35 UTC 2016


Author: feld
Date: Fri Jan 29 15:45:33 2016
New Revision: 407477
URL: https://svnweb.freebsd.org/changeset/ports/407477

Log:
  www/bolt: Fix missing php dependencies
  
  PR:		206719
  MFH:		2016Q1

Modified:
  head/www/bolt/Makefile

Modified: head/www/bolt/Makefile
==============================================================================
--- head/www/bolt/Makefile	Fri Jan 29 15:43:45 2016	(r407476)
+++ head/www/bolt/Makefile	Fri Jan 29 15:45:33 2016	(r407477)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bolt
 PORTVERSION=	2.2.10
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	https://bolt.cm/distribution/
 
@@ -14,7 +14,7 @@ LICENSE=	MIT
 
 NO_ARCH=	yes
 NO_BUILD=	yes
-USE_PHP=	curl gd openssl simplexml
+USE_PHP=	ctype curl dom gd json mbstring openssl simplexml tokenizer
 WANT_PHP_WEB=	yes
 
 PLIST_SUB+=	WWWGRP=${WWWGRP}


More information about the svn-ports-head mailing list