git: 95ca906ff451 - main - databases/xapian-bindings: Reword comment

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 22 May 2022 05:14:50 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=95ca906ff4516fa18c7298f874d0bc4cbdf4c5e7

commit 95ca906ff4516fa18c7298f874d0bc4cbdf4c5e7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-05-22 04:22:31 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-05-22 04:22:31 +0000

    databases/xapian-bindings: Reword comment
---
 databases/xapian-bindings/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile
index 825e82444f39..7520fb397129 100644
--- a/databases/xapian-bindings/Makefile
+++ b/databases/xapian-bindings/Makefile
@@ -14,8 +14,7 @@ USES=		metaport
 PORTSCOUT=	limitw:1,even
 
 OPTIONS_DEFINE=	LUA PERL PHP PYTHON RUBY
-# While switching php DEFAULT OPTION PHP is creating circular
-# dependency. For now remove default OPTION PHP
+# Remove PHP from OPTIONS_DEFAULT to avoid circular dependency
 OPTIONS_DEFAULT=LUA PERL PYTHON RUBY
 
 LUA_RUN_DEPENDS=	${LUA_PKGNAMEPREFIX}xapian>=${PORTVERSION}:databases/lua-xapian@${LUA_FLAVOR}