diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-01-05 15:47:56 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-01-05 15:47:56 +0000 |
commit | 70da0368839fc23c469e4795e25abdb36aca0425 (patch) | |
tree | 8e27778c298a1d25f011d9c777cd5bf7531ad709 /lang/php73 | |
parent | 5f3bfd2f31fa753ae7964d9568c8d10ca4903a56 (diff) | |
download | freebsd-ports-70da0368839fc23c469e4795e25abdb36aca0425.zip |
Remove stale IGNORE_WITH_PHP=56 values.
Reminded by: sunpoet
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 79ff1d80af67..5161a90ec1aa 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= 56 71 72 +IGNORE_WITH_PHP= 71 72 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} WRKSRC= ${WRKDIR}/${EXTSUBDIR} |