X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=lang%2Fphp4%2FMakefile;h=a2a99c8f3a9e3fecd9a9793e35e450fbc3f56655;hp=f8cef7915d299f283a87d8c1ffc52217e451138e;hb=0fc2244dcd74686a5547ef1b96651f93cdb301d0;hpb=594bf8a688251a484c162865b0dba9ef34b9e105 diff --git a/lang/php4/Makefile b/lang/php4/Makefile index f8cef7915d..a2a99c8f3a 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006,2007 OpenWrt.org +# +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -24,11 +24,12 @@ define Package/php4/Default SECTION:=lang CATEGORY:=Languages TITLE:=PHP4 Hypertext preprocessor + DEPENDS:=@!TARGET_ixp4xx URL:=http://www.php.net/ endef define Package/php4/Default/description - PHP is a widely-used general-purpose scripting language that is especially + PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. endef @@ -39,7 +40,7 @@ endef define Package/php4/description $(call Package/php4/Default/description) - This package contains only the PHP config file. You must actually choose + This package contains only the PHP config file. You must actually choose your PHP flavour (cli, cgi or fastcgi). endef