diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-18 08:05:17 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-18 08:05:17 +0000 |
commit | 6bc0e0420c0a58885eace33695a4b3230fc6eaa8 (patch) | |
tree | 2525e96db0b264fc7bb0a40454e2691edb455339 /finance | |
parent | 2c55e7bb7ca520e6ac05c2d56967051319e63d53 (diff) | |
download | ports-6bc0e0420c0a58885eace33695a4b3230fc6eaa8.tar.gz ports-6bc0e0420c0a58885eace33695a4b3230fc6eaa8.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/frontaccounting/Makefile | 4 |
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 |