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/dotproject | |
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/dotproject')
-rw-r--r-- | www/dotproject/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/dotproject/Makefile b/www/dotproject/Makefile index 921aed319127..ae3b0235e1c0 100644 --- a/www/dotproject/Makefile +++ b/www/dotproject/Makefile @@ -14,7 +14,7 @@ EXPIRATION_DATE= 2018-12-30 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 USES= apache:run,2.2+ cpe shebangfix php:web SHEBANG_FILES= misc/cvs2cl/cvs2cl.pl |