Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv26096

Modified Files:
        octplot.info 
Log Message:
Missing build dependency

Index: octplot.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octplot.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- octplot.info        22 Oct 2007 19:04:32 -0000      1.4
+++ octplot.info        23 Oct 2007 01:56:11 -0000      1.5
@@ -13,7 +13,7 @@
 Source: mirror:sourceforge:%{ni}/%{ni}-%v.tar.gz
 Source-MD5: 1ea6fa85b620e6af252ee64407c87285
 PatchScript: <<
-#!/bin/bash -ev
+#!/bin/sh -ev
 perl -pi -e 's|Fl/|FL/|g' src/*.cpp
 perl -pi -e 's|GL/|OpenGL/|g' src/patch.cpp
 <<
@@ -24,7 +24,7 @@
 ghostscript
 <<
 BuildDepends: << 
-freetype219, hdf5, fftw3, libncurses5, readline5,
+freetype219, hdf5, fftw3, libncurses5, readline5, g95,
 (%type_pkg[-aqua] = -x11) fltk-x11, 
 (%type_pkg[-aqua] = -aqua) fltk-aqua
 <<
@@ -33,7 +33,7 @@
 ConfigureParams:  --with-ft-prefix=%p/lib/freetype219 
--disable-dependency-tracking
 
 CompileScript: <<
-#!/bin/bash -ev
+#!/bin/sh -ev
 if [ "%type_pkg[-aqua]" == "-x11" ] 
 then export GL_SWAP_TYPE=COPY
 fi
@@ -49,7 +49,6 @@
 <<
 
 PostInstScript: <<
-#!/bin/bash -ev
 if [ "%type_pkg[-aqua]" == "-aqua" ] ; then 
        pushd %p/lib/octave
        fltk-config.aqua --post $(/usr/bin/find * | grep octplot$)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to