Skip to content

Commit

Permalink
www/yourls: Fix PHP dependencies
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
sunpoet committed Feb 5, 2023
1 parent bcb6b5c commit 7d772f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/yourls/Makefile
@@ -1,5 +1,6 @@
PORTNAME= yourls
PORTVERSION= 1.9.1
PORTREVISION= 1
CATEGORIES= www

MAINTAINER= sunpoet@FreeBSD.org
Expand All @@ -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
Expand Down

0 comments on commit 7d772f4

Please sign in to comment.