From: florian Date: Sun, 6 Jan 2008 12:30:57 +0000 (+0000) Subject: Fix ptlib dependency on libexpat #2981 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1db3ecc0e1a0cca37b1e4329aa9c4a26f808d2e3;p=packages.git Fix ptlib dependency on libexpat #2981 git-svn-id: svn://svn.openwrt.org/openwrt/packages@10130 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/ptlib/Makefile b/libs/ptlib/Makefile index 1aa0b8c38..01f6db58d 100644 --- a/libs/ptlib/Makefile +++ b/libs/ptlib/Makefile @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ptlib SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+expat + DEPENDS:=+libexpat TITLE:=Portable Tools library URL:=http://www.opalvoip.org/ endef