summaryrefslogtreecommitdiffstats
path: root/devel/swig/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/swig/DEPENDS')
-rwxr-xr-xdevel/swig/DEPENDS11
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/swig/DEPENDS b/devel/swig/DEPENDS
index 02d6d6c38d..948e0155ad 100755
--- a/devel/swig/DEPENDS
+++ b/devel/swig/DEPENDS
@@ -5,10 +5,10 @@ optional_depends tcl \
"--without-tcl" \
"to include Tcl/Tk support" &&
-optional_depends lua \
+optional_depends lua51 \
"--with-lua" \
"--without-lua" \
- "include lua support" &&
+ "include lua51 support" &&
optional_depends ocaml \
"--with-ocaml" \
@@ -18,7 +18,12 @@ optional_depends ocaml \
optional_depends python \
"--with-python=$INSTALL_ROOT/usr/bin/python" \
"--without-python" \
- "to include Python support" &&
+ "to include Python 2 support" &&
+
+optional_depends python3 \
+ "--with-python3=$INSTALL_ROOT/usr/bin/python3" \
+ "--without-python3" \
+ "to include Python 3 support" &&
optional_depends perl \
"--with-perl=$INSTALL_ROOT/usr/bin/perl" \