diff options
author | Wen Heping <wen@FreeBSD.org> | 2017-05-09 03:17:20 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2017-05-09 03:17:20 +0000 |
commit | 04e18576ac114823419bf5156365e7f2f9479e74 (patch) | |
tree | 90c834af9deded99e23a6e27ee9c16e5f44de8b8 /www/orangehrm | |
parent | ac193de9bb363da6929c5e54faf76b3235a46467 (diff) |
Notes
Diffstat (limited to 'www/orangehrm')
-rw-r--r-- | www/orangehrm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/orangehrm/Makefile b/www/orangehrm/Makefile index 187fd9936135..11473021c9d6 100644 --- a/www/orangehrm/Makefile +++ b/www/orangehrm/Makefile @@ -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 |