[Lunar-commits] <moonbase> PyQwt: Adjusting the DEPENDS, these are optional.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Dec 19 17:47:25 CET 2011
commit 13acd7c5b7831ad4bdbec5e9c87851189cd2c290
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Dec 19 11:47:25 2011 -0500
PyQwt: Adjusting the DEPENDS, these are optional.
---
qt4-apps/PyQwt/BUILD | 6 +++---
qt4-apps/PyQwt/DEPENDS | 5 ++++-
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/qt4-apps/PyQwt/BUILD b/qt4-apps/PyQwt/BUILD
index 65fc24b..01cb26e 100644
--- a/qt4-apps/PyQwt/BUILD
+++ b/qt4-apps/PyQwt/BUILD
@@ -1,7 +1,7 @@
(
- cd configure &&
- python configure.py &&
- default_make
+ cd configure &&
+ python configure.py &&
+ default_make
) > $C_FIFO 2>&1
diff --git a/qt4-apps/PyQwt/DEPENDS b/qt4-apps/PyQwt/DEPENDS
index 8ab58a6..5fed253 100644
--- a/qt4-apps/PyQwt/DEPENDS
+++ b/qt4-apps/PyQwt/DEPENDS
@@ -1,3 +1,6 @@
-depends numpy
depends PyQt
depends qwt
+
+optional_depends "numpy" "--enable-numpy" "--disable-numpy" "for numpy support, also needs yes to numarray"
+optional_depends "numarray" "--enable-numarray" "--disable-numarray" "for numarray support"
+
More information about the Lunar-commits
mailing list