git: 793c3abefb3c - main - www/phpmyfaq: Remove USE_PHP=pdf dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Dec 2022 16:30:39 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=793c3abefb3ce50f86606efcfb63eb24fd9a0d83
commit 793c3abefb3ce50f86606efcfb63eb24fd9a0d83
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-12-10 16:25:00 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-12-10 16:30:32 +0000
www/phpmyfaq: Remove USE_PHP=pdf dependency
In preparation for php74 removal; pdf module has been removed from the
tree. In addition to that recent versions of phpmyfaq also do not depend
on php pdf module as per their documentation available here:
https://www.phpmyfaq.de/requirements
Approved by: portmgr (blanket infrastructure)
Sponsored by: Bounce Experts
---
www/phpmyfaq/Makefile | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/www/phpmyfaq/Makefile b/www/phpmyfaq/Makefile
index 5526a7c4bb37..f5f59abffeaf 100644
--- a/www/phpmyfaq/Makefile
+++ b/www/phpmyfaq/Makefile
@@ -24,10 +24,4 @@ do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}/${i}
.endfor
-.include <bsd.port.pre.mk>
-
-.if ${PHP_VER} < 80
-USE_PHP+= pdf
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>