summaryrefslogtreecommitdiffstats
path: root/devel/swig/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/swig/DEPENDS')
-rwxr-xr-xdevel/swig/DEPENDS68
1 files changed, 14 insertions, 54 deletions
diff --git a/devel/swig/DEPENDS b/devel/swig/DEPENDS
index 948e0155ad..a97967923b 100755
--- a/devel/swig/DEPENDS
+++ b/devel/swig/DEPENDS
@@ -1,54 +1,14 @@
-depends -sub CXX gcc &&
-
-optional_depends tcl \
- "--with-tcl" \
- "--without-tcl" \
- "to include Tcl/Tk support" &&
-
-optional_depends lua51 \
- "--with-lua" \
- "--without-lua" \
- "include lua51 support" &&
-
-optional_depends ocaml \
- "--with-ocaml" \
- "--without-ocaml" \
- "include Ocaml support" &&
-
-optional_depends python \
- "--with-python=$INSTALL_ROOT/usr/bin/python" \
- "--without-python" \
- "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" \
- "--without-perl" \
- "to include Perl 5 support" &&
-
-optional_depends php \
- "--with-php4=$INSTALL_ROOT/usr/bin/php" \
- "--without-php4" \
- "to include PHP 4 support (NOTE: problematic now)" &&
-
-optional_depends RUBY \
- "--with-ruby=$INSTALL_ROOT/usr/bin/ruby" \
- "--without-ruby" \
- "to include Ruby support" &&
-
-optional_depends JAVA \
- '--with-java' \
- '--without-java' \
- 'to include Java support' \
- 'z-rejected' &&
-
-optional_depends guile \
- "--with-guile=$INSTALL_ROOT/usr/bin/guile" \
- "--without-guile" \
- "to include Guile support" &&
-
-optional_depends pcre "" "--without-pcre" "for regular expression support"
+depends -sub CXX gcc &&
+depends zlib &&
+
+optional_depends guile "--with-guile" "--without-guile" "Guile support" &&
+optional_depends JAVA '--with-java' '--without-java' 'Java support' 'z-rejected' &&
+optional_depends LUA "--with-lua" "--without-lua" "LUA support" &&
+optional_depends ocaml "--with-ocaml" "--without-ocaml" "Ocaml support" &&
+optional_depends pcre "--with-pcre" "--without-pcre" "regular expression support" &&
+optional_depends perl "--with-perl5" "--without-perl5" "Perl 5 support" &&
+optional_depends php "--with-php" "--without-php" "PHP support" &&
+optional_depends python "--with-python" "--without-python" "Python 2 support" &&
+optional_depends python3 "--with-python3" "--without-python3" "Python 3 support" &&
+optional_depends RUBY "--with-ruby" "--without-ruby" "Ruby support" &&
+optional_depends tcl "--with-tcl" "--without-tcl" "Tcl/Tk support"