diff options
author | antoine <antoine@FreeBSD.org> | 2015-02-25 19:22:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-02-25 19:22:40 +0800 |
commit | 98b3ee615be31921c98ffa1f954b8c7826726412 (patch) | |
tree | 522c519a2411c1063a735c863fd854a0ba637be8 /textproc/pecl-html_parse | |
parent | f962ab9bf646839c4a24b1a7b6b0bc4a56f387fe (diff) | |
download | freebsd-ports-gnome-98b3ee615be31921c98ffa1f954b8c7826726412.tar.gz freebsd-ports-gnome-98b3ee615be31921c98ffa1f954b8c7826726412.tar.zst freebsd-ports-gnome-98b3ee615be31921c98ffa1f954b8c7826726412.zip |
Those ports do not build with php 5.6
Diffstat (limited to 'textproc/pecl-html_parse')
-rw-r--r-- | textproc/pecl-html_parse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pecl-html_parse/Makefile b/textproc/pecl-html_parse/Makefile index 8c346501d5ce..d7f0edcab397 100644 --- a/textproc/pecl-html_parse/Makefile +++ b/textproc/pecl-html_parse/Makefile @@ -20,7 +20,7 @@ USES= tar:tgz USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes -IGNORE_WITH_PHP= 5 +IGNORE_WITH_PHP= 5 56 CONFIGURE_ARGS= --enable-html_parse |