[Packages]: Fix dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9268 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ce7dd50499
commit
0ae0e5721a
@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/clearsilver
|
define Package/clearsilver
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+neon +zlib
|
DEPENDS:=+libneon +zlib
|
||||||
TITLE:=ClearSilver template system
|
TITLE:=ClearSilver template system
|
||||||
DESCRIPTION:=Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier.
|
DESCRIPTION:=Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier.
|
||||||
URL:=http://www.clearsilver.net/
|
URL:=http://www.clearsilver.net/
|
||||||
|
@ -35,7 +35,7 @@ endef
|
|||||||
define Package/apache
|
define Package/apache
|
||||||
$(call Package/apache/Default)
|
$(call Package/apache/Default)
|
||||||
MENU=1
|
MENU=1
|
||||||
DEPENDS:=+apr +apr-util +zlib +libexpat +libpcre +libopenssl +libsqlite3
|
DEPENDS:=+libapr +libaprutil +zlib +libexpat +libpcre +libopenssl +libsqlite3
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/apache-server
|
define Package/apache-server
|
||||||
|
@ -26,7 +26,7 @@ define Package/subversion/Default
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=A compelling replacement for CVS
|
TITLE:=A compelling replacement for CVS
|
||||||
DEPENDS:=+zlib +neon +libintl +apr +apr-util
|
DEPENDS:=+zlib +libneon +libintl +libapr +libaprutil
|
||||||
URL:=http://subversion.tigris.org/
|
URL:=http://subversion.tigris.org/
|
||||||
SUBMENU:=subversion
|
SUBMENU:=subversion
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user