Skip to content
Snippets Groups Projects
Commit 53b34938 authored by Antoine Brodin's avatar Antoine Brodin
Browse files

php/pear: unbreak bulk -a

parent 7001bb0e
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ IGNORE= Incorrect 'USES+= pear:${pear_ARGS}' usage: argument [${arg}] is not rec ...@@ -22,6 +22,7 @@ IGNORE= Incorrect 'USES+= pear:${pear_ARGS}' usage: argument [${arg}] is not rec
. endif . endif
. endfor . endfor
IGNORE_WITH_PHP?= 82
php_ARGS+= flavors php_ARGS+= flavors
.include "${USESDIR}/php.mk" .include "${USESDIR}/php.mk"
......
...@@ -9,6 +9,7 @@ DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2 ...@@ -9,6 +9,7 @@ DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION}-1.2
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
COMMENT= Allows users to change their passwords stored in a SQL database COMMENT= Allows users to change their passwords stored in a SQL database
IGNORE_WITH_PHP= 82
USE_SM_COMPAT= yes USE_SM_COMPAT= yes
RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR} RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR}
......
...@@ -10,6 +10,7 @@ COMMENT= Edit SpamAssassin settings stored in an SQL DB ...@@ -10,6 +10,7 @@ COMMENT= Edit SpamAssassin settings stored in an SQL DB
RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR} RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR}
IGNORE_WITH_PHP= 82
USE_SM_COMPAT= yes USE_SM_COMPAT= yes
USE_GENERIC_PKGMESSAGE= yes USE_GENERIC_PKGMESSAGE= yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment