From 1db3ecc0e1a0cca37b1e4329aa9c4a26f808d2e3 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 6 Jan 2008 12:30:57 +0000 Subject: [PATCH] Fix ptlib dependency on libexpat #2981 git-svn-id: svn://svn.openwrt.org/openwrt/packages@10130 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/ptlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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