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 /databases | |
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 'databases')
-rw-r--r-- | databases/pecl-drizzle/Makefile | 2 | ||||
-rw-r--r-- | databases/pecl-mdbtools/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/pecl-drizzle/Makefile b/databases/pecl-drizzle/Makefile index 57c72a2ab37e..562f26c30a61 100644 --- a/databases/pecl-drizzle/Makefile +++ b/databases/pecl-drizzle/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libdrizzle.so:${PORTSDIR}/databases/libdrizzle USES= tar:tgz USE_PHP= yes USE_PHPEXT= yes -IGNORE_WITH_PHP=5 +IGNORE_WITH_PHP=5 56 OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/databases/pecl-mdbtools/Makefile b/databases/pecl-mdbtools/Makefile index cb9ce30bf882..0290269f12ed 100644 --- a/databases/pecl-mdbtools/Makefile +++ b/databases/pecl-mdbtools/Makefile @@ -21,7 +21,7 @@ USES= pkgconfig tar:tgz USE_PHP= yes USE_PHPEXT= yes USE_PHP_BUILD= yes -IGNORE_WITH_PHP=5 +IGNORE_WITH_PHP=5 56 CONFIGURE_ARGS= --with-mdbtools=${LOCALBASE} |