This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
gnuplot: Fixed dependencies.
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
lilik-openwrt-22.03
Matteo Cicuttin
4 years ago
parent
18e96c897c
commit
cf5051985e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/gnuplot/Makefile
+ 1
- 1
utils/gnuplot/Makefile
View File
@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
d
e
f
i
n
e
P
a
c
k
a
g
e
/
g
n
u
p
l
o
t
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/
e
n
d
e
f
Write
Preview
Loading…
Cancel
Save