diff options
author | tz <tz@FreeBSD.org> | 2018-08-13 17:25:01 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2018-08-13 17:25:01 +0800 |
commit | 0bdf5c811867647b34b79f35c400dc768a255a0a (patch) | |
tree | 12ecb69a8a3dfefa877a2a38a0931ecf5e89b1ab /databases | |
parent | a9536f0fefeb171891897f0296b8287032b218dc (diff) | |
download | freebsd-ports-gnome-0bdf5c811867647b34b79f35c400dc768a255a0a.tar.gz freebsd-ports-gnome-0bdf5c811867647b34b79f35c400dc768a255a0a.tar.zst freebsd-ports-gnome-0bdf5c811867647b34b79f35c400dc768a255a0a.zip |
Flag more ports not compatible to PHP 7.x with IGNORE_WITH_PHP
PR: 229982
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlbuddy/Makefile | 2 | ||||
-rw-r--r-- | databases/xapian-bindings12/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/databases/sqlbuddy/Makefile b/databases/sqlbuddy/Makefile index a8b500d63673..4d7c924db15b 100644 --- a/databases/sqlbuddy/Makefile +++ b/databases/sqlbuddy/Makefile @@ -12,6 +12,8 @@ COMMENT= Web based MySQL administration with a set of PHP scripts LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +IGNORE_WITH_PHP= 70 71 72 + USE_GITHUB= yes GH_ACCOUNT= deliciousbrains GH_TAGNAME= b2cdc2b diff --git a/databases/xapian-bindings12/Makefile b/databases/xapian-bindings12/Makefile index 20ac4e743b54..74a81c9fac96 100644 --- a/databases/xapian-bindings12/Makefile +++ b/databases/xapian-bindings12/Makefile @@ -15,6 +15,8 @@ COMMENT= Bindings allowing Xapian to be used from various programming languages LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +IGNORE_WITH_PHP= 70 71 72 + LIB_DEPENDS= libxapian.so:databases/xapian-core12 CONFLICTS= xapian-bindings |