diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-25 19:22:40 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-02-25 19:22:40 +0800 |
commit | 8842ccdc9a1dd9425cce18cda9bdb51e24e95a73 (patch) | |
tree | 522c519a2411c1063a735c863fd854a0ba637be8 /mail | |
parent | 686e2f567e26a5e41c85a89ae592a27ae373514e (diff) | |
download | freebsd-ports-gnome-8842ccdc9a1dd9425cce18cda9bdb51e24e95a73.tar.gz freebsd-ports-gnome-8842ccdc9a1dd9425cce18cda9bdb51e24e95a73.tar.zst freebsd-ports-gnome-8842ccdc9a1dd9425cce18cda9bdb51e24e95a73.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 d67c3b32e326..66334e014f4c 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 |