[Lunar-commits] <moonbase-other> swig: adding an optional_depends
Dennis Veatch
dennisveatch at bellsouth.net
Sat Oct 11 15:36:08 CEST 2014
commit 8b14fe3f277611c9e60cf827d87e6d1a39de68a9
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sat, 11 Oct 2014 09:35:55 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/8b14fe3f277611c9e60cf827d87e6d1a39de68a9
swig: adding an optional_depends
---
devel/swig/DEPENDS | +15/-14
1 file changed, 15 insertions(+), 14 deletions(-)
--- a/devel/swig/DEPENDS
+++ b/devel/swig/DEPENDS
@@ -1,16 +1,17 @@
depends zlib
-optional_depends "pcre" "--with-pcre" "--without-pcre" "for regular expressions using PCRE"
-optional_depends "boost" "--with-boost" "--without-boost" "for Boost library support"
-optional_depends "tcl" "--with-tcl" "--without-tcl" "for tcl scripting support"
-optional_depends "Python" "--with-python" "--without-python" "for Python bindings support"
-optional_depends "perl" "--with-perl5" "--without-perl5" "for perl bindings support"
-optional_depends "octave" "--with-octave" "--without-octave" "for octave bindings support"
-optional_depends "%JAVA_SDK" "--with-java" "--without-java" "for java bindings support"
-optional_depends "guile" "--with-guile" "--without-guile" "for Scheme support"
-optional_depends "ruby" "--with-ruby" "--without-ruby" "for Ruby support"
-optional_depends "%PHP" "--with-php" "--without-php" "for PHP support"
-optional_depends "ocaml" "--with-ocaml" "--without-ocaml" "for ocaml support"
-optional_depends "lua" "--with-lua" "--without-lua" "for lua support"
-optional_depends "clisp" "--with-clisp" "--without-clisp" "for clisp support"
-optional_depends "R" "--with-r" "--without-r" "for R support"
+optional_depends "pcre" "--with-pcre" "--without-pcre" "for regular expressions using PCRE"
+optional_depends "boost" "--with-boost" "--without-boost" "for Boost library support"
+optional_depends "tcl" "--with-tcl" "--without-tcl" "for tcl scripting support"
+optional_depends "Python" "--with-python" "--without-python" "for Python bindings support"
+optional_depends "Python-3" "--with-python3" "--without-python3" "for Python 3 bindings support"
+optional_depends "perl" "--with-perl5" "--without-perl5" "for perl bindings support"
+optional_depends "octave" "--with-octave" "--without-octave" "for octave bindings support"
+optional_depends "%JAVA_SDK" "--with-java" "--without-java" "for java bindings support"
+optional_depends "guile" "--with-guile" "--without-guile" "for Scheme support"
+optional_depends "ruby" "--with-ruby" "--without-ruby" "for Ruby support"
+optional_depends "%PHP" "--with-php" "--without-php" "for PHP support"
+optional_depends "ocaml" "--with-ocaml" "--without-ocaml" "for ocaml support"
+optional_depends "lua" "--with-lua" "--without-lua" "for lua support"
+optional_depends "clisp" "--with-clisp" "--without-clisp" "for clisp support"
+optional_depends "R" "--with-r" "--without-r" "for R support"
More information about the Lunar-commits
mailing list