diff options
author | rene <rene@FreeBSD.org> | 2018-12-06 19:22:12 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-12-06 19:22:12 +0800 |
commit | d4530749c12822596a2dc00091dfaa023e134c87 (patch) | |
tree | 57498af909660129f51b9c8c5792e61977855025 /www/mysar | |
parent | 5aac214f5f6f1bb8f833df2b2748c300887adefb (diff) | |
download | freebsd-ports-gnome-d4530749c12822596a2dc00091dfaa023e134c87.tar.gz freebsd-ports-gnome-d4530749c12822596a2dc00091dfaa023e134c87.tar.zst freebsd-ports-gnome-d4530749c12822596a2dc00091dfaa023e134c87.zip |
Remove version 7.0 from the IGNORE_WITH_PHP list.
Diffstat (limited to 'www/mysar')
-rw-r--r-- | www/mysar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mysar/Makefile b/www/mysar/Makefile index b94ef7189595..df18b5436e06 100644 --- a/www/mysar/Makefile +++ b/www/mysar/Makefile @@ -14,7 +14,7 @@ COMMENT= MySQL Squid Access Report DEPRECATED= Works only with EOL php 5.6 EXPIRATION_DATE= 2018-12-30 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 LICENSE= GPLv2 LICENSE_FILE= ${WRKROOT}/COPYING |