[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
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=+neon +zlib
|
||||
DEPENDS:=+libneon +zlib
|
||||
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.
|
||||
URL:=http://www.clearsilver.net/
|
||||
|
@ -35,7 +35,7 @@ endef
|
||||
define Package/apache
|
||||
$(call Package/apache/Default)
|
||||
MENU=1
|
||||
DEPENDS:=+apr +apr-util +zlib +libexpat +libpcre +libopenssl +libsqlite3
|
||||
DEPENDS:=+libapr +libaprutil +zlib +libexpat +libpcre +libopenssl +libsqlite3
|
||||
endef
|
||||
|
||||
define Package/apache-server
|
||||
|
@ -26,7 +26,7 @@ define Package/subversion/Default
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=A compelling replacement for CVS
|
||||
DEPENDS:=+zlib +neon +libintl +apr +apr-util
|
||||
DEPENDS:=+zlib +libneon +libintl +libapr +libaprutil
|
||||
URL:=http://subversion.tigris.org/
|
||||
SUBMENU:=subversion
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user