mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
gnuplot: Fixed dependencies.
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
This commit is contained in:
@@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/gnuplot
|
define Package/gnuplot
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+zlib +libgd
|
DEPENDS:=+zlib +libgd +libncursesw +libreadline
|
||||||
TITLE:=A portable command-line driven graphing utility
|
TITLE:=A portable command-line driven graphing utility
|
||||||
URL:=http://www.gnuplot.info/
|
URL:=http://www.gnuplot.info/
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user