summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-03-21 02:37:42 +0000
committertaca <taca@pkgsrc.org>2017-03-21 02:37:42 +0000
commitac55baa3bf4bd982c0695d3ddc405872cf32e5f2 (patch)
tree68c9c3f11066c897111a3ae3cd88523b819f7ecb
parent9c6af0778cedbe61a385c911538c2e00ebb6294d (diff)
downloadpkgsrc-ac55baa3bf4bd982c0695d3ddc405872cf32e5f2.tar.gz
Fix dependency for php71-pecl-mcrypt which has own version not PHP's.
-rw-r--r--www/contao35/Makefile4
-rw-r--r--www/contao43/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/contao35/Makefile b/www/contao35/Makefile
index bee654327ac..9cfbd5cb346 100644
--- a/www/contao35/Makefile
+++ b/www/contao35/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/03/20 17:03:13 taca Exp $
+# $NetBSD: Makefile,v 1.27 2017/03/21 02:37:42 taca Exp $
#
DISTNAME= contao-${CT_PKGVER}
@@ -89,7 +89,7 @@ INSTALLATION_DIRS+= ${CT_DOCDIR} ${CT_EGDIR} ${CT_WEBDIR}/system/config
.if ${PKG_PHP_VERSION} < 71
DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.4.0:../../security/php-mcrypt
.else
-DEPENDS+= ${PHP_PKG_PREFIX}-pecl-mcrypt>=7.0.0:../../security/php-pecl-mcrypt
+DEPENDS+= ${PHP_PKG_PREFIX}-pecl-mcrypt>=1.0.1:../../security/php-pecl-mcrypt
.endif
PKG_GROUPS_VARS+= APACHE_GROUP
diff --git a/www/contao43/Makefile b/www/contao43/Makefile
index 6ea7efc978c..2df00c985b7 100644
--- a/www/contao43/Makefile
+++ b/www/contao43/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/03/20 17:08:00 taca Exp $
+# $NetBSD: Makefile,v 1.7 2017/03/21 02:37:42 taca Exp $
#
DISTNAME= contao-${CT_PKGVER}
@@ -97,7 +97,7 @@ PERMFIXFILES= vendor/oyejorge/less.php/lib/Less/Less.php.combine \
.if ${PKG_PHP_VERSION} < 71
DEPENDS+= ${PHP_PKG_PREFIX}-mcrypt>=5.4.0:../../security/php-mcrypt
.else
-DEPENDS+= ${PHP_PKG_PREFIX}-pecl-mcrypt>=7.0.0:../../security/php-pecl-mcrypt
+DEPENDS+= ${PHP_PKG_PREFIX}-pecl-mcrypt>=1.0.1:../../security/php-pecl-mcrypt
.endif
pre-configure: