aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-10 16:25:00 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-10 16:30:32 +0000
commit793c3abefb3ce50f86606efcfb63eb24fd9a0d83 (patch)
treef4c55966b74637e717b48c87e2cd8d9816020dde
parent9e573ff0934a56d8eadd2c75be876b9392aae5b2 (diff)
downloadports-793c3abefb3ce50f86606efcfb63eb24fd9a0d83.tar.gz
ports-793c3abefb3ce50f86606efcfb63eb24fd9a0d83.zip
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
-rw-r--r--www/phpmyfaq/Makefile8
1 files changed, 1 insertions, 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>