summaryrefslogblamecommitdiffstats
path: root/ftp/wget/SUB_DEPENDS
blob: e530c548991daf0cff310d9910db61430ed9edef (plain) (tree)
1
2
3
4
5
6
7
8
9
                         
                                                                    


                                                      
                                                


             

                                                               
case $THIS_SUB_DEPENDS in
    SSL) message "wget with SSL backend is requested, forcing it" &&
         case $WGET_SSL in
           gnutls)  depends gnutls "--with-ssl=gnutls"
           ;;
           SSL) depends SSL "--with-ssl=openssl"
           ;;
         esac
         ;;
      *) echo "unknown sub_depends $THIS_SUB_DEPENDS"; false ;;
esac