From 87a090f0842e90e4eec0cb34ab736ba3764601c9 Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 4 Jul 2016 19:12:55 +0000 Subject: Extend the USES=php match so that it recognizes php:web as well, to prevent an erroneous deprecation warning. PR: 210822 Approved by: portmgr (mat) --- Mk/bsd.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mk/bsd.port.mk') diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 9ce2fd5c902e..fd53c3b52f09 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1357,7 +1357,7 @@ USES+= ssl .include "${PORTSDIR}/Mk/bsd.emacs.mk" .endif -.if defined(USE_PHP) && (!defined(USES) || ( defined(USES) && !${USES:Mphp} )) +.if defined(USE_PHP) && (!defined(USES) || ( defined(USES) && !${USES:Mphp*} )) DEV_WARNING+= "Using USE_PHP alone is deprecated, please use USES=php" USES+= php .endif @@ -1921,7 +1921,7 @@ _FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \ .include "${PORTSDIR}/Mk/bsd.sdl.mk" .endif -.if defined(USE_PHP) && (!defined(USES) || ( defined(USES) && !${USES:Mphp} )) +.if defined(USE_PHP) && (!defined(USES) || ( defined(USES) && !${USES:Mphp*} )) DEV_WARNING+= "Using USE_PHP alone is deprecated, please use USES=php" _USES_POST+= php .endif -- cgit d>
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/editors/boiling-egg/pkg-plist
ion>
Commit message (Expand)AuthorAgeFilesLines
Commit message (Expand)AuthorAgeFilesLines
* - Add empty directory to plistamdmi32015-02-251-0/+1
* - Drop @dirrm* from plistamdmi32014-12-19