Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 14:11:39 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 10d92f8b7958 - main - www/pecl-yaf: Remove unneeded LIB_DEPENDS
Message-ID:  <202403091411.429EBdJH008119@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=10d92f8b7958ecf39669d9e851a2456f4508ca8a

commit 10d92f8b7958ecf39669d9e851a2456f4508ca8a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:47:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:05:41 +0000

    www/pecl-yaf: Remove unneeded LIB_DEPENDS
    
    - Bump PORTREVISION for dependency change
---
 www/pecl-yaf/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www/pecl-yaf/Makefile b/www/pecl-yaf/Makefile
index 341d2e99a8ea..c75029c2da2a 100644
--- a/www/pecl-yaf/Makefile
+++ b/www/pecl-yaf/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	yaf
 PORTVERSION=	3.3.5
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	sunpoet@freeBSD.org
@@ -10,8 +11,6 @@ WWW=		https://pecl.php.net/package/yaf \
 LICENSE=	PHP301
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libpcre.so:devel/pcre
-
 USES=		localbase php:pecl
 
 CFLAGS+=	-DZEND_HOT=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091411.429EBdJH008119>