diff options
author | miwi <miwi@FreeBSD.org> | 2016-02-18 22:47:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-02-18 22:47:05 +0800 |
commit | 0605c2e30fd40378d7d04ab8d5fa3016d20395bd (patch) | |
tree | e69b03665ccb6cfc03028cfd2ad64ba204ed3d0f /www/pecl-http1 | |
parent | c3ce6a8b5508bdf420f83160811e90504704c834 (diff) | |
download | freebsd-ports-gnome-0605c2e30fd40378d7d04ab8d5fa3016d20395bd.tar.gz freebsd-ports-gnome-0605c2e30fd40378d7d04ab8d5fa3016d20395bd.tar.zst freebsd-ports-gnome-0605c2e30fd40378d7d04ab8d5fa3016d20395bd.zip |
- Ignore php70
- While here remove old php gruft
Diffstat (limited to 'www/pecl-http1')
-rw-r--r-- | www/pecl-http1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/pecl-http1/Makefile b/www/pecl-http1/Makefile index 69e16d1b1192..a0a533364e2e 100644 --- a/www/pecl-http1/Makefile +++ b/www/pecl-http1/Makefile @@ -21,7 +21,7 @@ USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= http -IGNORE_WITH_PHP= 56 +IGNORE_WITH_PHP= 56 70 CONFLICTS= pecl-http-* CONFIGURE_ARGS+= --with-http-curl-requests \ |