Browse Source

gnuplot: Fixed dependencies.

Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
lilik-openwrt-22.03
Matteo Cicuttin 4 years ago
parent
commit
cf5051985e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/gnuplot/Makefile

+ 1
- 1
utils/gnuplot/Makefile View File

@ -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


Loading…
Cancel
Save