blob: 34145fadfe42c3d18174981aee25d8f016c200d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- /usr/portage/media-gfx/gnuplot/gnuplot-3.7.1-r1.ebuild Wed Oct 24 16:53:08 2001
+++ ./gnuplot-3.7.1-r1.ebuild Thu Nov 8 02:42:33 2001
@@ -9,6 +9,7 @@
HOMEPAGE="http://www.gnuplot.org"
DEPEND="media-libs/libpng
+ media-libs/plotutils
readline? ( sys-libs/readline )
X? ( virtual/x11 )
svga? ( media-libs/svgalib )"
@@ -17,7 +18,9 @@
local myvar
#--with-lasergnu flag seems to be broken and I'm too lazy to fix now
#myvar=" --with-png --without-gd --with-lasergnu"
- myvar=" --with-png --without-gd"
+ #--with-plot enables the Gnu plotutils library
+ #need to specify path to differentiate from Unix plot
+ myvar=" --with-png --without-gd --with-plot=/usr/lib"
if [ -z "`use X`" ]
then
myvar="${myvar} --without-x"
|