diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-06 19:22:12 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-06 19:22:12 +0800 |
commit | 968c62c6fbc9cd1fa4488b835da6c291ebc885e6 (patch) | |
tree | 57498af909660129f51b9c8c5792e61977855025 /devel/pecl-statgrab | |
parent | 4fa23dabbdce9cfbfde47abd0a56ee7c4127b8c2 (diff) | |
download | freebsd-ports-gnome-968c62c6fbc9cd1fa4488b835da6c291ebc885e6.tar.gz freebsd-ports-gnome-968c62c6fbc9cd1fa4488b835da6c291ebc885e6.tar.zst freebsd-ports-gnome-968c62c6fbc9cd1fa4488b835da6c291ebc885e6.zip |
Remove version 7.0 from the IGNORE_WITH_PHP list.
Diffstat (limited to 'devel/pecl-statgrab')
-rw-r--r-- | devel/pecl-statgrab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pecl-statgrab/Makefile b/devel/pecl-statgrab/Makefile index 2dfa0e515912..81d134251d47 100644 --- a/devel/pecl-statgrab/Makefile +++ b/devel/pecl-statgrab/Makefile @@ -16,7 +16,7 @@ EXPIRATION_DATE= 2018-12-30 LIB_DEPENDS= libstatgrab0.so:devel/libstatgrab0 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 CONFIGURE_ARGS= --with-statgrab=${LOCALBASE} |