svn commit: r440467 - head/www/orangehrm

Wen Heping wen at FreeBSD.org
Tue May 9 03:17:22 UTC 2017


Author: wen
Date: Tue May  9 03:17:20 2017
New Revision: 440467
URL: https://svnweb.freebsd.org/changeset/ports/440467

Log:
  - Add missing depends
  
  PR:		219059
  Submitted by:	cstdenis at ctgameinfo.com

Modified:
  head/www/orangehrm/Makefile

Modified: head/www/orangehrm/Makefile
==============================================================================
--- head/www/orangehrm/Makefile	Tue May  9 02:19:15 2017	(r440466)
+++ head/www/orangehrm/Makefile	Tue May  9 03:17:20 2017	(r440467)
@@ -3,6 +3,7 @@
 
 PORTNAME=	orangehrm
 PORTVERSION=	3.3.3
+PORTREVISION=	1
 CATEGORIES=	www misc
 MASTER_SITES=	SF/${PORTNAME}/stable/${PORTVERSION}
 
@@ -13,7 +14,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/license/LICENSE.TXT
 
 USES=		cpe zip
-USE_PHP=	mysql
+USE_PHP=	pdo_mysql ctype xml simplexml
 NO_BUILD=	yes
 PLIST=		${WRKDIR}/plist
 SUB_FILES=	pkg-message


More information about the svn-ports-all mailing list