diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-12-17 20:28:36 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-12-17 20:28:36 +0000 |
commit | a6e27105b65c1f7cd78aec586662c3950101fad2 (patch) | |
tree | fa6adef9a4ee6e803260a92654ed40a9a99b52f7 /lang/php73 | |
parent | b51b839969daf3b42232476460514c9cccc9053e (diff) | |
download | freebsd-ports-a6e27105b65c1f7cd78aec586662c3950101fad2.zip |
Remove IGNORE_WITH_PHP=71 and add IGNORE_WITH_PHP=74 where relevant.
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/Makefile.ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php73/Makefile.ext b/lang/php73/Makefile.ext index c6ae87849515..7f46e1e6667b 100644 --- a/lang/php73/Makefile.ext +++ b/lang/php73/Makefile.ext @@ -5,7 +5,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} PHP_VER= 73 -IGNORE_WITH_PHP= 71 72 +IGNORE_WITH_PHP= 72 74 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} |