diff --git a/config/rootfiles/packages/php b/config/rootfiles/common/php similarity index 100% rename from config/rootfiles/packages/php rename to config/rootfiles/common/php diff --git a/lfs/applejuice b/lfs/applejuice index 0e6e8fedf..4e12c295a 100644 --- a/lfs/applejuice +++ b/lfs/applejuice @@ -35,7 +35,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = applejuice PAK_VER = 1 -DEPS = "java php" +DEPS = "java" ############################################################################### # Top-level Rules diff --git a/lfs/openmailadmin b/lfs/openmailadmin index dcf95ef5d..147595d16 100644 --- a/lfs/openmailadmin +++ b/lfs/openmailadmin @@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP) PROG = openmailadmin PAK_VER = 1 -DEPS = "cyrus-imapd postfix mysql php" +DEPS = "cyrus-imapd postfix mysql" ############################################################################### # Top-level Rules