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 /mail | |
parent | f962ab9bf646839c4a24b1a7b6b0bc4a56f387fe (diff) | |
download | freebsd-ports-graphics-98b3ee615be31921c98ffa1f954b8c7826726412.tar.gz freebsd-ports-graphics-98b3ee615be31921c98ffa1f954b8c7826726412.tar.zst freebsd-ports-graphics-98b3ee615be31921c98ffa1f954b8c7826726412.zip |
Those ports do not build with php 5.6
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pecl-esmtp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/pecl-esmtp/Makefile b/mail/pecl-esmtp/Makefile index d67c3b32e32..66334e014f4 100644 --- a/mail/pecl-esmtp/Makefile +++ b/mail/pecl-esmtp/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mail/libesmtp USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 56 OPTIONS_DEFINE= RE2C OPTIONS_DEFAULT= RE2C |