Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2017 03:17:21 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440467 - head/www/orangehrm
Message-ID:  <201705090317.v493HLMO004605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705090317.v493HLMO004605>