aboutsummaryrefslogtreecommitdiff
path: root/finance/frontaccounting
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-04-08 11:57:50 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-04-08 11:57:50 +0000
commitedc41da73583b46bf52768da3e0cb885210557e4 (patch)
tree243285833d1d9eeee187ce087b7bd6a28714d74a /finance/frontaccounting
parent7ec325fa69b04917e0ca0b2dfac1133eab3838ef (diff)
downloadports-edc41da73583b46bf52768da3e0cb885210557e4.tar.gz
ports-edc41da73583b46bf52768da3e0cb885210557e4.zip
nce/frontaccounting: Convert to USES=php
Approved by: infrastructure modernization blanket
Notes
Notes: svn path=/head/; revision=466794
Diffstat (limited to 'finance/frontaccounting')
-rw-r--r--finance/frontaccounting/Makefile17
1 files changed, 4 insertions, 13 deletions
diff --git a/finance/frontaccounting/Makefile b/finance/frontaccounting/Makefile
index 03cf0720bb9e..76ae54c7a560 100644
--- a/finance/frontaccounting/Makefile
+++ b/finance/frontaccounting/Makefile
@@ -26,26 +26,17 @@ OPTIONS_DEFAULT= APACHE MYSQL_SERVER
MYSQL_SERVER_DESC= MySQL server support
NGINX_DESC= NGINX web server
+
+APACHE_USES= apache:run,2.2+ php:web
LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd
+LIGHTTPD_USES= php:web
NGINX_RUN_DEPENDS= nginx:www/nginx
+NGINX_USES= php:web
MYSQL_SERVER_USE= MYSQL=server
-APACHE_USE= APACHE_RUN=22+
NLS_USES= gettext
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MAPACHE}
-WANT_PHP_WEB=yes
-.endif
-
-.if ${PORT_OPTIONS:MLIGHTTPD}
-WANT_PHP_WEB=yes
-.endif
-
-.if ${PORT_OPTIONS:MNGINX}
-WANT_PHP_WEB=yes
-.endif
-
.if !${PORT_OPTIONS:MDOCS}
PORTDOCSARGS= '-not -path "./doc*"'
.endif