aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-02-05 15:29:59 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-02-05 15:50:16 +0000
commit7d772f44a657b6fd380bbb46db7be084b7d26211 (patch)
tree68ee49055a8cbf8373aaa45245f0f9a6ff517e64
parentbcb6b5c11bac5ea78c0be346df2ec17e02c234e4 (diff)
downloadports-7d772f44a657b6fd380bbb46db7be084b7d26211.tar.gz
ports-7d772f44a657b6fd380bbb46db7be084b7d26211.zip
www/yourls: Fix PHP dependencies
- Fix USE_PHP: - Add missing iconv - Replace mysqli with pdo_mysql - Bump PORTREVISION for dependency change PR: 268522 Reported by: Jason Tubnor <jason@tubnor.net>
-rw-r--r--www/yourls/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/yourls/Makefile b/www/yourls/Makefile
index 374ff4e9bfb3..683cd9826f73 100644
--- a/www/yourls/Makefile
+++ b/www/yourls/Makefile
@@ -1,5 +1,6 @@
PORTNAME= yourls
PORTVERSION= 1.9.1
+PORTREVISION= 1
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org
@@ -10,7 +11,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe php
-USE_PHP= bcmath curl json mysqli pcre xml
+USE_PHP= bcmath curl iconv json pcre pdo_mysql xml
NO_ARCH= yes
NO_BUILD= yes