From: florian Date: Mon, 25 Dec 2006 17:32:37 +0000 (+0000) Subject: Fix libnotimpl dependency (#1092) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=34fe255df6b2effa172d04d7a4e0507e9dc4844e;p=packages.git Fix libnotimpl dependency (#1092) git-svn-id: svn://svn.openwrt.org/openwrt/packages@5900 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/rrdtool/Makefile b/utils/rrdtool/Makefile index 32945b69f..534510feb 100644 --- a/utils/rrdtool/Makefile +++ b/utils/rrdtool/Makefile @@ -31,7 +31,7 @@ endef define Package/librrd $(call Package/rrd) - DEPENDS:=+libart +libfreetype +libpng +zlib + DEPENDS:=+libart +libfreetype +libpng +zlib +libnotimpl SECTION:=libs CATEGORY:=Utilities TITLE:=Round Robin Database (RRD) management library (v1.2.x)