pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Fix php-fpm dependency
Module Name: pkgsrc-wip
Committed By: Frédéric Fauberteau <frederic%fauberteau.org@localhost>
Pushed By: frederic
Date: Sat Jun 4 23:50:43 2016 +0200
Changeset: 92300075076c558b8ee9192935ce14f3877f6bcf
Modified Files:
dotclear/options.mk
Log Message:
Fix php-fpm dependency
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=92300075076c558b8ee9192935ce14f3877f6bcf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dotclear/options.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/dotclear/options.mk b/dotclear/options.mk
index 10ba740..4402b1a 100644
--- a/dotclear/options.mk
+++ b/dotclear/options.mk
@@ -32,7 +32,7 @@ WWW_SYSCONFDIR= ${PREFIX}/etc/httpd
###
.if !empty(PKG_OPTIONS:Mnginx)
DEPENDS+= nginx-[0-9]*:../../www/nginx
-DEPENDS+= ${PHP_PKG_PREFIX}>=5.5:../../www/php-fpm
+DEPENDS+= ${PHP_PKG_PREFIX}-fpm>=5.5:../../www/php-fpm
WWW_USER?= nginx
WWW_GROUP?= nginx
WWW_CONF_FILE= nginx.conf
Home |
Main Index |
Thread Index |
Old Index