summaryrefslogtreecommitdiff
path: root/finance/frontaccounting
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-18 08:05:17 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-18 08:05:17 +0000
commit6bc0e0420c0a58885eace33695a4b3230fc6eaa8 (patch)
tree2525e96db0b264fc7bb0a40454e2691edb455339 /finance/frontaccounting
parentdevel/nlohmann-json: Update 3.7.0 -> 3.7.3 (diff)
Add more missing USES=php
Notes
Notes: svn path=/head/; revision=517860
Diffstat (limited to 'finance/frontaccounting')
-rw-r--r--finance/frontaccounting/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/finance/frontaccounting/Makefile b/finance/frontaccounting/Makefile
index a1dd4dfaff1c..5926817c4a61 100644
--- a/finance/frontaccounting/Makefile
+++ b/finance/frontaccounting/Makefile
@@ -37,6 +37,10 @@ NLS_USES= gettext
.include <bsd.port.options.mk>
+.if !${PORT_OPTIONS:MAPACHE} && !${PORT_OPTIONS:MLIGHTTPD} && !{PORT_OPTIONS:MNGINX}
+USES+= php
+.endif
+
.if !${PORT_OPTIONS:MDOCS}
PORTDOCSARGS= '-not -path "./doc*"'
.endif