[csw-devel] SF.net SVN: gar:[17972] csw/mgar/pkg/lang-python/gnuplot.py/trunk/Makefile

opk at users.sourceforge.net opk at users.sourceforge.net
Tue May 8 10:46:48 CEST 2012


Revision: 17972
          http://gar.svn.sourceforge.net/gar/?rev=17972&view=rev
Author:   opk
Date:     2012-05-08 08:46:47 +0000 (Tue, 08 May 2012)
Log Message:
-----------
lang-python/gnuplot.py/trunk: correct numpy dependency: package is CSWpy-numpy

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/gnuplot.py/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/gnuplot.py/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/gnuplot.py/trunk/Makefile	2012-05-08 08:33:41 UTC (rev 17971)
+++ csw/mgar/pkg/lang-python/gnuplot.py/trunk/Makefile	2012-05-08 08:46:47 UTC (rev 17972)
@@ -25,7 +25,8 @@
 PACKAGES = CSWpy-gnuplot
 CATALOGNAME_CSWpy-gnuplot = py_gnuplot
 
-BUILD_DEP_PKGS += CSWnumpy CSWpython-dev
+BUILD_DEP_PKGS += CSWpy-numpy CSWpython-dev
+RUNTIME_DEP_PKGS += CSWgnuplot
 TEST_SCRIPTS =
 
 LICENSE = LICENSE.txt

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list