mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 14:03:00 +02:00
PHP became a package. Hope this works...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1009 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
etc/httpd/conf/conf.d/php5.conf
|
||||
etc/pear.conf
|
||||
etc/php.ini
|
||||
#usr/bin/pear
|
||||
@@ -35,7 +35,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = applejuice
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS = "java"
|
||||
DEPS = "java php"
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = openmailadmin
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS = "cyrus-imapd postfix mysql"
|
||||
DEPS = "cyrus-imapd postfix mysql php"
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
Reference in New Issue
Block a user