diff options
Diffstat (limited to 'deskutils/myitcrm/Makefile')
-rw-r--r-- | deskutils/myitcrm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/myitcrm/Makefile b/deskutils/myitcrm/Makefile index decc58ce1b2e..6cb751121b53 100644 --- a/deskutils/myitcrm/Makefile +++ b/deskutils/myitcrm/Makefile @@ -31,8 +31,8 @@ PHPMOD_DESC= Use PHP module for Apache NGINX_DESC= Use Nginx APACHE_USE= APACHE_RUN=22+ -LIGHTTPD_RUN_DEPENDS= lighttpd:${PORTSDIR}/www/lighttpd -NGINX_RUN_DEPENDS= nginx:${PORTSDIR}/www/nginx +LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd +NGINX_RUN_DEPENDS= nginx:www/nginx .include <bsd.port.options.mk> |