diff --git a/lang/php7/Makefile b/lang/php7/Makefile index c8f38db9b..98b83412d 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php PKG_VERSION:=7.1.9 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Michael Heimpold @@ -133,7 +133,6 @@ endef define Package/php7-fpm $(call Package/php7/Default) - DEPENDS+= +php7-cgi TITLE+= (FPM) endef