pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/php-orangehrm php-orangehrm: use php/json.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9370af84fe7
branches:  trunk
changeset: 378310:b9370af84fe7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 01 23:34:31 2022 +0000

description:
php-orangehrm: use php/json.mk

Untested, but similar to phpmyadmin5

diffstat:

 misc/php-orangehrm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r d0f0585991f0 -r b9370af84fe7 misc/php-orangehrm/Makefile
--- a/misc/php-orangehrm/Makefile       Sun May 01 23:31:18 2022 +0000
+++ b/misc/php-orangehrm/Makefile       Sun May 01 23:34:31 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/04/30 02:28:40 wen Exp $
+# $NetBSD: Makefile,v 1.10 2022/05/01 23:34:31 wiz Exp $
 #
 
 DISTNAME=      orangehrm-4.10.1
@@ -13,7 +13,6 @@
 LICENSE=       gnu-gpl-v2
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-iconv>=5.2.0:../../converters/php-iconv
-DEPENDS+=      ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json
 DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_mysql>=5.2.0:../../databases/php-pdo_mysql
 
 PHP_VERSIONS_ACCEPTED= 56 74 80
@@ -43,4 +42,5 @@
                ${DESTDIR}${PREFIX}/${OHRDIR}
 
 .include "../../lang/php/phpversion.mk"
+.include "../../lang/php/json.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index