diff options
author | taca <taca@pkgsrc.org> | 2021-03-07 13:21:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-03-07 13:21:56 +0000 |
commit | 14a2e23dfb01de0f78b7b5149e4bafc32547398b (patch) | |
tree | a46da48b66ab2004ccbb9b255a5c5e99fcdbb410 /net | |
parent | ed2819d435f552a7f12f802250469875ca763f9f (diff) | |
download | pkgsrc-14a2e23dfb01de0f78b7b5149e4bafc32547398b.tar.gz |
Switch to use lang/php/json.mk.
Diffstat (limited to 'net')
-rw-r--r-- | net/cacti/Makefile | 5 | ||||
-rw-r--r-- | net/icingaweb2/Makefile | 5 | ||||
-rw-r--r-- | net/php-baikal/Makefile | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/net/cacti/Makefile b/net/cacti/Makefile index 52fcfbbace1..75d1d717a7e 100644 --- a/net/cacti/Makefile +++ b/net/cacti/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2020/11/05 09:08:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.52 2021/03/07 13:21:57 taca Exp $ DISTNAME= cacti-1.2.11 PKGREVISION= 4 @@ -15,7 +15,6 @@ USE_TOOLS+= pax NO_BUILD= yes #DEPENDS+= ${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd -DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json DEPENDS+= ${PHP_PKG_PREFIX}-zlib-[0-9]*:../../archivers/php-zlib DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring DEPENDS+= ${PHP_PKG_PREFIX}-pdo_mysql-[0-9]*:../../databases/php-pdo_mysql @@ -28,7 +27,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gettext-[0-9]*:../../devel/php-gettext DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-[0-9]*:../../www/ap-php .include "../../mk/bsd.prefs.mk" -.include "../../lang/php/phpversion.mk" +.include "../../lang/php/json.mk" .include "../../mk/apache.mk" PKG_USERS= ${CACTI_USER}:${CACTI_GROUP} diff --git a/net/icingaweb2/Makefile b/net/icingaweb2/Makefile index 0d718864460..adc56bc9078 100644 --- a/net/icingaweb2/Makefile +++ b/net/icingaweb2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2021/01/19 08:12:05 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2021/03/07 13:21:57 taca Exp $ DISTNAME= icingaweb2-2.8.2 GITHUB_TAG= v${PKGVERSION_NOREV} @@ -15,7 +15,6 @@ DEPENDS+= ${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd DEPENDS+= ${PHP_PKG_PREFIX}-gettext-[0-9]*:../../devel/php-gettext DEPENDS+= ${PHP_PKG_PREFIX}-imagick-[0-9]*:../../graphics/php-imagick DEPENDS+= ${PHP_PKG_PREFIX}-intl-[0-9]*:../../textproc/php-intl -DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json DEPENDS+= ${PHP_PKG_PREFIX}-mbstring-[0-9]*:../../converters/php-mbstring # For php-*sql see options.mk @@ -283,5 +282,5 @@ PLIST_SUBST+= EGDIR="${EGDIR:S.${PREFIX}/..}" GENERATE_PLIST+= printf "${EGDIR:S.${PREFIX}/..}/%s\n" ${CONFS}; +.include "../../lang/php/json.mk" .include "../../mk/bsd.pkg.mk" -.include "../../lang/php/phpversion.mk" diff --git a/net/php-baikal/Makefile b/net/php-baikal/Makefile index f9ab151fe93..8237221cf8e 100644 --- a/net/php-baikal/Makefile +++ b/net/php-baikal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2020/11/27 16:05:19 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2021/03/07 13:21:58 taca Exp $ DISTNAME= baikal-0.7.2 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME} @@ -13,7 +13,6 @@ HOMEPAGE= https://sabre.io/baikal/ COMMENT= Lightweight CalDAV+CardDAV server LICENSE= gnu-gpl-v3 -DEPENDS+= ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json DEPENDS+= ${PHP_PKG_PREFIX}-pdo>=5.3.1:../../databases/php-pdo DEPENDS+= ${PHP_PKG_PREFIX}-pdo_sqlite>=5.3.1:../../databases/php-pdo_sqlite @@ -82,5 +81,5 @@ do-install: cd ${WRKSRC} && pax -rw -pmp * \ ${DESTDIR}${PREFIX}/${BAIKALDIR} -.include "../../lang/php/phpversion.mk" +.include "../../lang/php/json.mk" .include "../../mk/bsd.pkg.mk" |