mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +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
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+zlib +libgd
|
||||
DEPENDS:=+zlib +libgd +libncursesw +libreadline
|
||||
TITLE:=A portable command-line driven graphing utility
|
||||
URL:=http://www.gnuplot.info/
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user